14
0

- update to 0.8.2:

* pep8 fixes
  * opensuse template updates
  * Add source\_url to Args in tests and use None as default value
  * Removed unneeded nargs parameter to add\_argument
  * Add a --source-url parameter to 'fetch' and 'generate' commands
  * tests: templates: fix version

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-py2pack?expand=0&rev=69
This commit is contained in:
Thomas Bechtold
2017-12-22 09:50:05 +00:00
committed by Git OBS Bridge
parent f9ddd14342
commit 64aff74cc4
4 changed files with 15 additions and 4 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Fri Dec 22 09:48:29 UTC 2017 - tbechtold@suse.com
- update to 0.8.2:
* pep8 fixes
* opensuse template updates
* Add source\_url to Args in tests and use None as default value
* Removed unneeded nargs parameter to add\_argument
* Add a --source-url parameter to 'fetch' and 'generate' commands
* tests: templates: fix version
-------------------------------------------------------------------
Fri Aug 11 08:22:57 UTC 2017 - tbechtold@suse.com