File python-argparse.changes of Package python-argparse
-------------------------------------------------------------------
Fri Aug 21 09:28:31 UTC 2015 - toddrme2178@gmail.com
- Add python-argparse-backport provides
For some distros, the "python" package provides python-argparse.
This allows packages to explicitly define that it needs this
backported version rather than the included version.
-------------------------------------------------------------------
Sun Apr 19 16:50:14 UTC 2015 - benoit.monin@gmx.fr
- update to version 1.3.0:
* added aliases support (thanks to Roland Kammerer!) + tests
for it
* use tox for testing python >= 2.6
* tests successfully on 3.4 also (without random hash seed)
* added argparse.__external_lib__ = True so one can test one is
really using / testing the external library (and not the
builtin one in stdlib of recent Pythons)
- additional change from 1.2.2:
* added universal wheel support, built, signed and uploaded with:
python setup.py sdist bdist_wheel upload
--identity="Thomas Waldmann" --sign
* host the files on pypi
- set the source URL to pypi
- change obsolete of python-argparse-doc back to '<' after
version update
-------------------------------------------------------------------
Thu Oct 24 10:58:56 UTC 2013 - speilicke@suse.com
- Require python-setuptools instead of distribute (upstreams merged)
-------------------------------------------------------------------
Sun Apr 14 16:37:44 UTC 2013 - p.drouand@gmail.com
- Initial python3 support
-------------------------------------------------------------------
Thu Sep 22 10:53:36 UTC 2011 - saschpe@suse.de
- Corrected license to Python-2.0
-------------------------------------------------------------------
Thu Sep 22 09:24:24 UTC 2011 - saschpe@suse.de
- Set license to Apache-2.0 (SPDX style)
- Merge doc package back into base package
- Remove %clean section and authors from description
- Require python-distribute instead of python-setuptools
-------------------------------------------------------------------
Fri Apr 1 01:00:43 UTC 2011 - alexandre@exatati.com.br
- Update to 1.2.1:
- fixed Issue #82: argparse 1.2 incompatible with Python 3.1
- hacked the tests so they don't have the minor failures that were caused
by the compatibility stuff for python 2.3 and 3.1
-------------------------------------------------------------------
Mon Mar 28 16:38:22 UTC 2011 - alexandre@exatati.com.br
- Update to 1.2:
- fixed Issue #79: re-licensed argparse package under same
license as py 2.7 stdlib argparse code
- fixed Issue #80: argparse 1.2 is now same archive on pypi / on
google code
- Hard-coded PDF version as it is not following release number
(at least for now).
-------------------------------------------------------------------
Wed Dec 15 14:06:37 UTC 2010 - saschpe@suse.de
- Re-add documentation subpackage
* Got lost in previous commit
* Also add NEWS.txt and README.txt
-------------------------------------------------------------------
Sat Dec 11 20:48:26 UTC 2010 - saschpe@gmx.de
- Re-generated spec file with py2pack, now builds for Fedora and
Mandriva.
-------------------------------------------------------------------
Tue Sep 7 13:32:48 UTC 2010 - alexandre@exatati.com.br
- Bzip2 source file;
- Spec file cleaned with spec-cleaner.
-------------------------------------------------------------------
Sun May 30 09:45:05 UTC 2010 - toms@suse.de
SPEC file changes:
- Create subpackage for documentation
- Added %changelog
- Used macro "modname"
- Added additionally PDF for documentation subpackage
-------------------------------------------------------------------
Mon Mar 1 14:37:00 UTC 2010 - alexandre@exatati.com.br
- Update to 1.1.
-------------------------------------------------------------------
Thu Dec 10 11:49:00 UTC 2009 - alexandre@exatati.com.br
- Initial package (1.0.1) for openSUSE.