11
0
forked from pool/python-py

Accepting request 126136 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/126136
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-py?expand=0&rev=5
This commit is contained in:
2012-06-26 13:57:13 +00:00
committed by Git OBS Bridge
parent 2c7316281b
commit 4e2f397d6c
4 changed files with 21 additions and 4 deletions

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Fri Jun 22 13:34:17 UTC 2012 - saschpe@suse.de
- Update to version 1.4.9:
+ fix bug of path.visit() which would not recognize glob-style patterns
for the "rec" recursion argument
+ changed iniconfig parsing to better conform, now the chars ";"
and "#" only mark a comment at the stripped start of a line
+ include recent apipkg-1.2
+ change internal terminalwriter.line/reline logic to more nicely
support file spinners
- Changes from version 1.4.8:
+ fix issue 13 - correct handling of the tag name object in xmlgen
+ fix issue 14 - support raw attribute values in xmlgen
+ fix windows terminalwriter printing/re-line problem
+ update distribute_setup.py to 0.6.27
-------------------------------------------------------------------
Mon Feb 20 22:04:23 UTC 2012 - saschpe@gmx.de