Hello community,

here is the log from the commit of package python-argparse for openSUSE:Factory 
checked in at 2015-04-22 01:17:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-argparse (Old)
 and      /work/SRC/openSUSE:Factory/.python-argparse.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-argparse"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-argparse/python-argparse.changes  
2013-10-25 11:11:23.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-argparse.new/python-argparse.changes     
2015-04-22 01:17:31.000000000 +0200
@@ -1,0 +2,20 @@
+Sun Apr 19 16:50:14 UTC 2015 - benoit.mo...@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
+
+-------------------------------------------------------------------

Old:
----
  argparse-1.2.1.tar.bz2

New:
----
  argparse-1.3.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-argparse.spec ++++++
--- /var/tmp/diff_new_pack.MShTuG/_old  2015-04-22 01:17:32.000000000 +0200
+++ /var/tmp/diff_new_pack.MShTuG/_new  2015-04-22 01:17:32.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-argparse
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,13 @@
 
 
 Name:           python-argparse
-Version:        1.2.1
+Version:        1.3.0
 Release:        0
 Url:            http://code.google.com/p/argparse/
 Summary:        Python command-line parsing library
 License:        Python-2.0
 Group:          Development/Languages/Python
-Source:         argparse-%{version}.tar.bz2
+Source:         
https://pypi.python.org/packages/source/a/argparse/argparse-%{version}.tar.gz
 Source1:        argparse-1.1.pdf
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
@@ -35,8 +35,7 @@
 %endif
 %endif
 Provides:       python-argparse-doc = %{version}
-#TODO: Change back to '<' after next version update:
-Obsoletes:      python-argparse-doc <= %{version}
+Obsoletes:      python-argparse-doc < %{version}
 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 %description


Reply via email to