forked from pool/python-distutils-extra
Accepting request 51926 from devel:languages:python
Accepted submit request 51926 from user coolo OBS-URL: https://build.opensuse.org/request/show/51926 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-distutils-extra?expand=0&rev=7
This commit is contained in:
committed by
Git OBS Bridge
parent
5e9dc9124e
commit
91782f2955
@@ -1,3 +1,83 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 30 08:22:11 UTC 2010 - rwobben@hotmail.com
|
||||
|
||||
- Update to version 2.22 ( 2.6 is not the latest one)
|
||||
|
||||
|
||||
Changelog to 2.22
|
||||
|
||||
* setup.py: Drop import of "commands"; unused, and does not exist in
|
||||
python3.
|
||||
* DistUtilsExtra/command/build_extra.py: Use "in" operator instead of
|
||||
has_key(). It's more elegant and Python 3 compatible.
|
||||
* test/auto.py: Use Python3 compatible octal constant.
|
||||
* test/auto.py: Decode stdout/stderr result from subprocess from bytes to
|
||||
str, to work with Python3.
|
||||
* test/auto.py: Use whichever Python interpreter we got invoked with (using
|
||||
/proc/self/exe) instead of hardcoding "python". With that we can run the
|
||||
tests through python3 as well.
|
||||
* DistUtilsExtra/auto.py: Port from deprecated "compiler" module to current
|
||||
"ast" module.
|
||||
* test/auto.py: Only set PYTHONPATH if it isn't set already, so that we can
|
||||
override it from outside.
|
||||
* test/auto.py: Do not require that "setup.py clean -a" doesn't print
|
||||
anything to stderr; with Python 3.1 it now sends out warnings about
|
||||
nonexisting directories.
|
||||
* test/auto.py: Changed print statements to work with both Python 2 and 3.
|
||||
* DistUtilsExtra/command/build_extra.py: Drop unnecessary hashbang line.
|
||||
* test/auto.py: Filter out bogus errors about missing files which current
|
||||
Python 3 distutils spews out.
|
||||
* test/auto.py, Use python{,3}-{pkg-resources,httplib2} as
|
||||
external test modules instead of -xdg and -dateutil, since the latter are
|
||||
not available for Python 3 yet.
|
||||
|
||||
Changelog to 2.20
|
||||
|
||||
[Didier Roche ]
|
||||
* build_i18n.py: add support for LINGUAS (Siegfried Gevatter) (LP: #510957)
|
||||
|
||||
[ Martin Pitt ]
|
||||
* debian/local/python-mkdebian: Make langpack.mk include optional, as it
|
||||
only exists in Ubuntu, not Debian. (Closes: #589802)
|
||||
* debian/local/python-mkdebian: If we are on Debian, set upload target to
|
||||
"unstable". (Closes: #589794)
|
||||
|
||||
changelog to 2.19
|
||||
|
||||
* auto.py: Also recognize Qt .ui files if they start with an "<?xml..."
|
||||
first line. (LP: #543707)
|
||||
* test/auto.py: Check that automatic translation extraction also works for
|
||||
extensionless files and single quotation marks. (Side discussion in
|
||||
LP #533565)
|
||||
* test/auto.py: Check that scripts explicitly mentioned in "data_files" and
|
||||
"scripts" are covered by the automatic POTFILES.in generation. This
|
||||
reproduces LP #533565.
|
||||
* auto.py: Include scripts in setup.py's data_files into potential
|
||||
POTFILES.in candidates. (LP: #533565)
|
||||
* debian/control: Swap maintainer (me) and uploaders (Sebastian), since I'm
|
||||
the de-facto maintainer now.
|
||||
* debian/control: Replace python-all-dev build dependency with python-all,
|
||||
which is enough. Also wrap build dependencies.
|
||||
* Add debian/source/format: 3.0 (native).
|
||||
* setup.py: Grab version from DistUtilsExtra/auto.py instead of duplicating
|
||||
and hardcoding it.
|
||||
* python_mkdebian: Add --version option.
|
||||
* Move primary __version__ definition to DistUtilsExtra/__init__.py, where
|
||||
it makes more sense than just in the auto module.
|
||||
* Add debian/local/python-mkdebian.1. (Closes: #546266)
|
||||
* Add debian/python-distutils-extra.manpages to install the new manpage.
|
||||
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 29 10:25:13 UTC 2010 - rwobben@hotmail.com
|
||||
|
||||
- Update to version 2.6
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 29 09:55:56 UTC 2010 - rwobben@hotmail.com
|
||||
|
||||
- Update to version 2.22
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 2 03:40:21 CEST 2010 - vuntz@opensuse.org
|
||||
|
||||
|
||||
Reference in New Issue
Block a user