File tree Expand file tree Collapse file tree 8 files changed +24
-10
lines changed Expand file tree Collapse file tree 8 files changed +24
-10
lines changed Original file line number Diff line number Diff line change 1515      - name : check changes 
1616        run : | 
1717          pip install moban gitfs2 pypifs 
18-           moban 
18+           moban -m mobanfile  
1919          git status 
2020          git diff --exit-code 
2121name : Auto-commit 
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ stages:
3030  stage : moban 
3131  install : pip install moban>=0.0.4 gitfs2 pypifs 
3232  script :
33-     - moban 
33+     - moban -f mobanfile  
3434    - git diff --exit-code 
3535
3636jobs :
Original file line number Diff line number Diff line change 11Change log
22================================================================================ 
33
4- 0.0.1 - None 
4+ 0.0.1 - 02.09.2020 
55-------------------------------------------------------------------------------- 
66
77**first release **
88
9- #. what a feat!
9+ #. what a feat! files tests are available. 
Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ moban-ansible
77
88.. image :: https://codecov.io/github/moremoban/moban-ansible/coverage.png 
99   :target:  https://codecov.io/github/moremoban/moban-ansible 
10+ .. image :: https://badge.fury.io/py/moban-ansible.svg 
11+    :target:  https://pypi.org/project/moban-ansible 
12+ 
13+ .. image :: https://pepy.tech/badge/moban-ansible/month 
14+    :target:  https://pepy.tech/project/moban-ansible/month 
15+ 
1016.. image :: https://img.shields.io/github/stars/moremoban/moban-ansible.svg?style=social&maxAge=3600&label=Star 
1117    :target:  https://github.com/moremoban/moban-ansible/stargazers 
1218
@@ -17,7 +23,15 @@ moban-ansible
1723Installation
1824================================================================================ 
1925
20- You can get it:
26+ 
27+ You can install moban-ansible via pip:
28+ 
29+ .. code-block :: bash 
30+ 
31+     $ pip install moban-ansible 
32+ 
33+ 
34+ 
2135
2236.. code-block :: bash 
2337
Original file line number Diff line number Diff line change 2222# The short X.Y version 
2323version  =  '0.0.1' 
2424# The full version, including alpha/beta/rc tags 
25- release  =  '0.0.0 ' 
25+ release  =  '0.0.1 ' 
2626
2727# -- General configuration --------------------------------------------------- 
2828
Original file line number Diff line number Diff line change @@ -11,3 +11,4 @@ license: newbsd
1111dependencies : [] 
1212description : " Ansible filters, tests and utility functions for moban users" 
1313lint_command : make install_test lint format git-diff-check 
14+ moban_command : moban -f mobanfile 
Original file line number Diff line number Diff line change @@ -23,7 +23,6 @@ targets:
2323  - LICENSE: "newbsd_license.jj2"
2424  - MANIFEST.in: MANIFEST.in.jj2
2525  - ".github/workflows/pythonpublish.yml": "pythonpublish.yml"
26-   - ".github/workflows/moban-update.yml": "moban-update.yml"
2726  - "azure-pipelines.yml": "azure/azure-pipelines.yml"
2827  - ".azure-pipelines-steps-macos.yml": "azure/pipelines-steps-macos.yml"
2928  - ".azure-pipelines-steps.yml": "azure/pipelines-steps.yml"
Original file line number Diff line number Diff line change 3939    "Ansible filters, tests and utility functions for moban users" 
4040)
4141URL  =  "https://github.com/moremoban/moban-ansible" 
42- DOWNLOAD_URL  =  "%s/archive/0.0.0 .tar.gz"  %  URL 
42+ DOWNLOAD_URL  =  "%s/archive/0.0.1 .tar.gz"  %  URL 
4343FILES  =  ["README.rst" , "CHANGELOG.rst" ]
4444KEYWORDS  =  [
4545    "python" ,
6969EXTRAS_REQUIRE  =  {}
7070# You do not need to read beyond this line 
7171PUBLISH_COMMAND  =  "{0} setup.py sdist bdist_wheel upload -r pypi" .format (sys .executable )
72- GS_COMMAND  =  ("gs moban-ansible v0.0.0  "  + 
73-               "Find 0.0.0  in changelog for more details" )
72+ GS_COMMAND  =  ("gs moban-ansible v0.0.1  "  + 
73+               "Find 0.0.1  in changelog for more details" )
7474NO_GS_MESSAGE  =  ("Automatic github release is disabled. "  + 
7575                 "Please install gease to enable it." )
7676UPLOAD_FAILED_MSG  =  (
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments