Hello community, here is the log from the commit of package python-twine for openSUSE:Leap:15.2 checked in at 2020-02-26 13:31:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/python-twine (Old) and /work/SRC/openSUSE:Leap:15.2/.python-twine.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-twine" Wed Feb 26 13:31:12 2020 rev:11 rq:772630 version:1.14.0 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/python-twine/python-twine.changes 2020-01-15 15:53:55.667614563 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.python-twine.new.26092/python-twine.changes 2020-02-26 13:31:15.986119805 +0100 @@ -1,0 +2,91 @@ +Tue Sep 10 09:42:43 UTC 2019 - Tomáš Chvátal <[email protected]> + +- Update to 1.14.0: + * Better error handling and gpg2 fallback if gpg not available. + * Fixes for python 3.8 + +------------------------------------------------------------------- +Sat Mar 2 04:53:11 UTC 2019 - Arun Persaud <[email protected]> + +- specfile: + * be more specific in %files section + * remove patch fix-keyring-support.patch, included upstream + +- update to version 1.13.0: + * bug`452` Restore prompts while retaining support for suppressing + prompts. + * bug`447` Avoid requests-toolbelt to 0.9.0 to prevent attempting to + use openssl when it isn't available. + * :feature:`427` Add disable_progress_bar option to disable tqdm. + * :feature:`426` Allow defining an empty username and password in + .pypirc. + * bug`441` Only install pyblake2 if needed. + * bug`444` Use io.StringIO instead of StringIO. + * bug`436` Use modern Python language features. + * :support:`439` Refactor tox env and travis config. + * bug`435` Specify python_requires in setup.py + * bug`432` Use https URLs everywhere. + * bug`428` Fix --skip-existing for Nexus Repos. + * :feature:`419` Support keyring.get_credential. + * :feature:`418` Support keyring.get_username_and_password. + * bug`421` Remove unnecessary usage of readme_render.markdown. + * :feature:" Add Python 3.7 to classifiers. + * bug`412` Don't crash if there's no package description. + * bug`408` Fix keyring support. + +------------------------------------------------------------------- +Sat Feb 9 19:52:43 CET 2019 - Matej Cepl <[email protected]> + +- Add fix-keyring-support.patch fixing + gh#pypa/twine#408 + +------------------------------------------------------------------- +Sat Feb 9 13:45:55 UTC 2019 - Matej Cepl <[email protected]> + +- Deduplicate installed files + +------------------------------------------------------------------- +Fri Jan 4 14:54:32 UTC 2019 - Hans-Peter Jansen <[email protected]> + +- update to version 1.12.1 + - bug`404` Fix regression with upload exit code + +- update to version 1.12.0 + - feature`395 major` Add twine check command to check long description + - feature`392 major` Drop support for Python 3.3 + - feature`363` Empower --skip-existing for Artifactory repositories + - bug`367` Avoid MD5 when Python is compiled in FIPS mode + +- Fix source URL +- add python-readme_renderer dependency +- BuildRequire python2-pyblake2 for successful testing + +------------------------------------------------------------------- +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 + +------------------------------------------------------------------- +Thu May 17 08:26:25 UTC 2018 - [email protected] + +- Format with spec-cleaner and reduce the license conditions + +------------------------------------------------------------------- Old: ---- twine-1.9.1.tar.gz New: ---- twine-1.14.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-twine.spec ++++++ --- /var/tmp/diff_new_pack.hR6ZDu/_old 2020-02-26 13:31:19.214126211 +0100 +++ /var/tmp/diff_new_pack.hR6ZDu/_new 2020-02-26 13:31:19.218126218 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-twine # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 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 @@ -12,41 +12,54 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-twine -Version: 1.9.1 +Version: 1.14.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 +URL: https://github.com/pypa/twine Source: https://files.pythonhosted.org/packages/source/t/twine/twine-%{version}.tar.gz +BuildRequires: %{python_module pkginfo >= 1.4.2} +BuildRequires: %{python_module pretend} +BuildRequires: %{python_module pytest} +BuildRequires: %{python_module readme_renderer >= 21.0} +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: fdupes BuildRequires: python-rpm-macros +Requires: python-pkginfo >= 1.4.2 +Requires: python-readme_renderer >= 21.0 +Requires: python-requests >= 2.17.0 +Requires: python-requests-toolbelt >= 0.8.0 +Requires: python-setuptools >= 0.7.0 +Requires: python-tqdm >= 4.14 Requires(post): update-alternatives Requires(postun): update-alternatives -Requires: python-pkginfo >= 1.0 -Requires: python-requests-toolbelt >= 0.8.0 -Requires: python-tqdm >= 4.11 Recommends: python-keyring -%if 0%{suse_version} <= 1320 +%ifpython2 +# tests/test_package.py will fail without pyblake2 +BuildRequires: python2-pyblake2 Recommends: python-pyblake2 %endif -BuildRoot: %{_tmppath}/%{name}-%{version}-build - %python_subpackages %description -Twine is a utility for interacting with PyPI. +Twine is a utility for publishing Python packages on PyPI. -Currently it only supports registering projects and uploading distributions. +Currently it supports registering projects, uploading distributions, and +checking, if descriptions will render correctly. %prep %setup -q -n twine-%{version} + sed -i '1s/^#!.*//' twine/__main__.py %build @@ -55,6 +68,10 @@ %install %python_install %python_clone -a %{buildroot}%{_bindir}/twine +%python_expand %fdupes %{buildroot}%{$python_sitelib} + +%check +%pytest %post %python_install_alternative twine @@ -63,14 +80,12 @@ %python_uninstall_alternative twine %files %{python_files} -%defattr(-,root,root,-) %doc AUTHORS README.rst -%if 0%{?leap_version} >= 420200 || 0%{?suse_version} > 1320 %license LICENSE -%else -%doc LICENSE -%endif -%{python_sitelib}/* +%dir %{python_sitelib}/twine +%dir %{python_sitelib}/twine-%{version}-py*.egg-info +%{python_sitelib}/twine/* +%{python_sitelib}/twine-%{version}-py*.egg-info/* %python_alternative %{_bindir}/twine %changelog ++++++ twine-1.9.1.tar.gz -> twine-1.14.0.tar.gz ++++++ ++++ 5758 lines of diff (skipped)
