Hello community,

here is the log from the commit of package python-twine for openSUSE:Factory 
checked in at 2018-05-29 16:48:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-twine (Old)
 and      /work/SRC/openSUSE:Factory/.python-twine.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-twine"

Tue May 29 16:48:46 2018 rev:4 rq:610896 version:1.11.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-twine/python-twine.changes        
2018-05-17 18:05:56.138745655 +0200
+++ /work/SRC/openSUSE:Factory/.python-twine.new/python-twine.changes   
2018-05-29 16:49:24.678140333 +0200
@@ -1,0 +2,23 @@
+Mon May 21 09:30:29 UTC 2018 - [email protected]
+
+- Recommend the pyblake2 on python2 as it is included in py3.6+
+  but was never in py2
+
+-------------------------------------------------------------------
+Mon May 21 09:23:53 UTC 2018 - [email protected]
+
+- Switch to github archive to have test fixtures
+- Enable tests
+
+-------------------------------------------------------------------
+Sat May 19 09:44:51 UTC 2018 - [email protected]
+
+- adjust requirements
+
+-------------------------------------------------------------------
+Fri May 18 12:16:54 UTC 2018 - [email protected]
+
+- update to version 1.11.0
+  - see https://github.com/pypa/twine/blob/master/docs/changelog.rst
+
+-------------------------------------------------------------------

Old:
----
  twine-1.9.1.tar.gz

New:
----
  1.11.0.tar.gz

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

Other differences:
------------------
++++++ python-twine.spec ++++++
--- /var/tmp/diff_new_pack.kyFnZi/_old  2018-05-29 16:49:25.734101476 +0200
+++ /var/tmp/diff_new_pack.kyFnZi/_new  2018-05-29 16:49:25.774100004 +0200
@@ -18,22 +18,30 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-twine
-Version:        1.9.1
+Version:        1.11.0
 Release:        0
 Summary:        Collection of utilities for interacting with PyPI
 License:        Apache-2.0
 Group:          Development/Languages/Python
 URL:            https://github.com/pypa/twine
-Source:         
https://files.pythonhosted.org/packages/source/t/twine/twine-%{version}.tar.gz
+Source:         https://github.com/pypa/twine/archive/%{version}.tar.gz
+BuildRequires:  %{python_module pkginfo >= 1.4.2}
+BuildRequires:  %{python_module pretend}
+BuildRequires:  %{python_module pytest}
+BuildRequires:  %{python_module requests >= 2.17.0}
+BuildRequires:  %{python_module requests-toolbelt >= 0.8.0}
 BuildRequires:  %{python_module setuptools >= 0.7.0}
+BuildRequires:  %{python_module tqdm >= 4.14}
 BuildRequires:  python-rpm-macros
-Requires:       python-pkginfo >= 1.0
+Requires:       python-pkginfo >= 1.4.2
+Requires:       python-requests >= 2.17.0
 Requires:       python-requests-toolbelt >= 0.8.0
-Requires:       python-tqdm >= 4.11
+Requires:       python-setuptools >= 0.7.0
+Requires:       python-tqdm >= 4.14
 Requires(post): update-alternatives
 Requires(postun): update-alternatives
 Recommends:     python-keyring
-%if 0%{?suse_version} <= 1320
+%ifpython2
 Recommends:     python-pyblake2
 %endif
 %python_subpackages
@@ -54,6 +62,9 @@
 %python_install
 %python_clone -a %{buildroot}%{_bindir}/twine
 
+%check
+%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} 
py.test-%{$python_version}
+
 %post
 %python_install_alternative twine
 

++++++ twine-1.9.1.tar.gz -> 1.11.0.tar.gz ++++++
++++ 2542 lines of diff (skipped)


Reply via email to