14
0

- Update to 1.8:

* Fixed all pep8 issues (prettier syntax)
  * Fixed an issue with using __import__ on Python 2.4.
  * Fixed an issue with using :versiontools:path.to.symbol with nested modules
  * Fixed an issue with using exceptions on Python 3.x
  * Added test that demostrated that exception handling works on all Python versions.
  * Unified error handling across version control plugins.
  * General documentation improvements, installation, usage, code refrerence,
    and writing additional plug-ins.
  * Added a *backwards incompatible* constraint on serial to be greater than
    zero on alpha, beta and release candidates as required by :pep:`386`.
- Fixed non-executable scripts rpmlint warning

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-versiontools?expand=0&rev=4
This commit is contained in:
Sascha Peilicke
2011-09-21 08:28:28 +00:00
committed by Git OBS Bridge
parent 374d2ebb16
commit b74ccaffc4
4 changed files with 30 additions and 22 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Wed Sep 21 18:24:32 UTC 2011 - saschpe@suse.de
- Update to 1.8:
* Fixed all pep8 issues (prettier syntax)
* Fixed an issue with using __import__ on Python 2.4.
* Fixed an issue with using :versiontools:path.to.symbol with nested modules
* Fixed an issue with using exceptions on Python 3.x
* Added test that demostrated that exception handling works on all Python versions.
* Unified error handling across version control plugins.
* General documentation improvements, installation, usage, code refrerence,
and writing additional plug-ins.
* Added a *backwards incompatible* constraint on serial to be greater than
zero on alpha, beta and release candidates as required by :pep:`386`.
- Fixed non-executable scripts rpmlint warning
-------------------------------------------------------------------
Thu Sep 8 01:49:15 UTC 2011 - alexandre@exatati.com.br