2017-08-15 20:22:01 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Aug 15 15:25:19 UTC 2017 - toddrme2178@gmail.com
|
|
|
|
|
|
|
|
|
|
- Fix doc package dependency problem
|
|
|
|
|
|
2017-07-08 09:14:05 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sat Jul 8 07:07:44 UTC 2017 - aloisio@gmx.com
|
|
|
|
|
|
|
|
|
|
- Update to 5.2.4 (see CHANGES.rst)
|
|
|
|
|
- Converted to single-spec
|
|
|
|
|
|
2015-05-16 15:34:18 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri May 15 10:52:45 UTC 2015 - benoit.monin@gmx.fr
|
|
|
|
|
|
|
|
|
|
- update to version 4.1.0:
|
|
|
|
|
* Fix registration of custom logging level names ("BLATHER",
|
|
|
|
|
"TRACE). We have been registering them in the wrong order since
|
|
|
|
|
2004. Before Python 3.4, the stdlib logging module masked the
|
|
|
|
|
error by registering them in both directions.
|
|
|
|
|
* Add support for Python 3.4.
|
|
|
|
|
- additional changes from version 4.0.1:
|
|
|
|
|
* Fix POSKeyError during transaction.commit when after
|
|
|
|
|
savepoint.rollback. see #16
|
|
|
|
|
* Ensure that the pickler used in PyPy always has a persistent_id
|
|
|
|
|
attribute (inst_persistent_id is not present on the pure-Python
|
|
|
|
|
pickler). (PR #17)
|
|
|
|
|
* Provide better error reporting when trying to load an object on
|
|
|
|
|
a closed connection.
|
|
|
|
|
- drop fix-for-upstream-test.patch: fixed upstream
|
|
|
|
|
- delete backup files in sources
|
|
|
|
|
- remove unwanted shebang in python file
|
|
|
|
|
- do not set the executable bit of python files
|
|
|
|
|
- pass -q to the test to avoid spamming the build log
|
|
|
|
|
|
2014-02-01 23:57:35 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sat Feb 1 21:17:50 UTC 2014 - os-dev@jacraig.com
|
|
|
|
|
|
|
|
|
|
- Add patch to fix test during build. This is fixed upstream for next release.
|
|
|
|
|
- Update old package URL.
|
|
|
|
|
- Update to 4.0.0 (minor changes from git commit log):
|
|
|
|
|
* Try invoking parent close() via super(), hoping to squash ResourceWarning.
|
|
|
|
|
Also, avoid shadowing the 'file' builtin / alias with locals.
|
|
|
|
|
* Bend over backward to avoid ResourceWarnings.
|
|
|
|
|
* Use os.pathsep when constructing $PYTHONPATH (fix test failure on Windows).
|
|
|
|
|
* Update to latest 2.2.0 bootstrap.py
|
|
|
|
|
* Correctly quote Windows pathnames
|
|
|
|
|
|
2013-08-12 08:38:52 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sat Aug 3 20:34:31 UTC 2013 - hpj@urpla.net
|
|
|
|
|
|
|
|
|
|
- version 4.0.0b3: initial build
|
|
|
|
|
|