Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-twine for openSUSE:Factory 
checked in at 2021-07-16 22:12:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-twine (Old)
 and      /work/SRC/openSUSE:Factory/.python-twine.new.2632 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-twine"

Fri Jul 16 22:12:33 2021 rev:11 rq:905787 version:3.4.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-twine/python-twine.changes        
2020-08-01 12:30:28.758417561 +0200
+++ /work/SRC/openSUSE:Factory/.python-twine.new.2632/python-twine.changes      
2021-07-16 22:13:01.954707076 +0200
@@ -1,0 +2,29 @@
+Sun Jul 11 17:40:20 UTC 2021 - Michael Str??der <[email protected]>
+
+- added 0001-remove-disable-socket-pytest-opt.patch
+- update to 3.4.1
+  * 3.4.1 (2021-03-16)
+    Bugfixes
+    - Fix a regression that was causing some namespace packages with dots in 
them fail to upload to PyPI. (#745)
+  * 3.4.0 (2021-03-15)
+    Features
+    - Prefer importlib.metadata for entry point handling. (#728)
+    - Rely on importlib_metadata 3.6 for nicer entry point processing. (#732)
+    - Eliminate dependency on setuptools/pkg_resources and replace with 
packaging and importlib_metadata. (#736)
+  * 3.3.0 (2020-12-23)
+    Features
+    - Print files to be uploaded using ``upload --verbose`` (#670)
+    - Print configuration file location when using ``upload --verbose`` (#675)
+    - Print source and values of credentials when using ``upload --verbose`` 
(#685)
+    - Add support for Python 3.9 (#708)
+    - Turn warnings into errors when using ``check --strict`` (#715)
+    Bugfixes
+    - Make password optional when using ``upload --client-cert`` (#678)
+    - Support more Nexus versions with ``upload --skip-existing`` (#693)
+    - Support Gitlab Enterprise with ``upload --skip-existing`` (#698)
+    - Show a better error message for malformed files (#714)
+    Improved Documentation
+    - Adopt PSF code of conduct (#680)
+    - Adopt towncrier for the changleog (#718)
+
+-------------------------------------------------------------------

Old:
----
  twine-3.2.0.tar.gz

New:
----
  0001-remove-disable-socket-pytest-opt.patch
  twine-3.4.1.tar.gz

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

Other differences:
------------------
++++++ python-twine.spec ++++++
--- /var/tmp/diff_new_pack.YAsSx4/_old  2021-07-16 22:13:02.578702667 +0200
+++ /var/tmp/diff_new_pack.YAsSx4/_new  2021-07-16 22:13:02.582702638 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-twine
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,12 +19,13 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
 Name:           python-twine
-Version:        3.2.0
+Version:        3.4.1
 Release:        0
 Summary:        Collection of utilities for interacting with PyPI
 License:        Apache-2.0
 URL:            https://github.com/pypa/twine
 Source:         
https://files.pythonhosted.org/packages/source/t/twine/twine-%{version}.tar.gz
+Patch1:         0001-remove-disable-socket-pytest-opt.patch
 BuildRequires:  %{python_module colorama >= 0.4.3}
 BuildRequires:  %{python_module importlib-metadata}
 BuildRequires:  %{python_module jaraco.envs}
@@ -54,7 +55,7 @@
 Requires:       python-setuptools >= 0.7.0
 Requires:       python-tqdm >= 4.14
 Requires(post): update-alternatives
-Requires(postun): update-alternatives
+Requires(postun):update-alternatives
 %python_subpackages
 
 %description
@@ -65,6 +66,7 @@
 
 %prep
 %setup -q -n twine-%{version}
+%patch1 -p1
 
 sed -i '1s/^#!.*//' twine/__main__.py
 sed -i 's/--cov.*$//' pytest.ini

++++++ 0001-remove-disable-socket-pytest-opt.patch ++++++
Only in twine-3.4.1: .coverage
Only in twine-3.4.1: .pytest_cache
diff -ur twine-3.4.1.orig/pytest.ini twine-3.4.1/pytest.ini
--- twine-3.4.1.orig/pytest.ini 2021-03-17 01:42:01.000000000 +0100
+++ twine-3.4.1/pytest.ini      2021-07-11 19:52:39.020680128 +0200
@@ -7,4 +7,3 @@
 
 addopts =
        --cov=twine --cov-context=test --cov-report=
-       --disable-socket
Only in twine-3.4.1/tests: __pycache__
Only in twine-3.4.1/twine/commands: __pycache__
Only in twine-3.4.1/twine: __pycache__
++++++ twine-3.2.0.tar.gz -> twine-3.4.1.tar.gz ++++++
++++ 3368 lines of diff (skipped)

Reply via email to