Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-pypiserver for 
openSUSE:Factory checked in at 2022-01-14 23:13:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pypiserver (Old)
 and      /work/SRC/openSUSE:Factory/.python-pypiserver.new.1892 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pypiserver"

Fri Jan 14 23:13:16 2022 rev:4 rq:946349 version:1.4.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pypiserver/python-pypiserver.changes      
2020-05-28 09:08:28.455899319 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-pypiserver.new.1892/python-pypiserver.changes
    2022-01-14 23:14:43.490689199 +0100
@@ -1,0 +2,42 @@
+Thu Jan 13 21:37:44 UTC 2022 - Ben Greiner <c...@bnavigator.de>
+
+- Update to 1.4.2
+  * FIX: The entrypoint for the Dockerfile was failing when called
+    with no arguments (#344, thanks @elfjes!)
+- Release 1.4.1
+  * FIX: The entrypoint for the Dockerfile no longer tries to
+    `chown` the entire `/data` directory, instead limiting itself
+    just to `/data/packages` as before (reported by @stephen-dexda
+    in #341, thanks!).
+- Release 1.4.0
+  * DOC: Add docker-compose example with HTTPS configuration using
+    Traefix (#295, thanks @Lauszus!)
+  * DOC: Add link to zulip chat to README (aa2d78c)
+  * DOC: Documentation for running as a service in windows (#316,
+    thanks @kodaman2!)
+  * DOC: Fix typo in README HTML (#303, thanks @Gerardwx!)
+  * DOC: Moved flask-pypi-proxy and pip2pi to a new "Unmaintained
+    or archived" section (#326, thanks @Luttik!)
+  * DOC: Slightly clarify the relationship to warehouse. (#308,
+    thanks @Julian!)
+  * ENH: Add ignore list for the update command (#298, thanks
+    @peter-slovak!)
+  * ENH: Add official support and testing for Python 3.8 (#292) for
+    Python 3.8 compatibility
+  * ENH: Allow configuration of logging stream (#334, thanks
+    @elfjes)
+  * ENH: Include watchdog to enable caching in docker image (#323,
+    thanks @johnchildren!)
+  * FIX: Cherrypy import for newer versions of cherrypy in vendored
+    bottle.py (#301, thanks @TiemenSch!)
+  * FIX: Improved permissions management in Dockerfile (#330,
+    thanks @normoes)
+  * FIX: Usage of string formatting in HTTPError (#310, thanks
+    @micahjsmith!)
+  * MAINT: Update bottle to 0.12.18 (#290)
+  * MAINT: Use Python 3.8 in Dockerfile (#330, thanks @normoes)
+  * MAINT: bump version of passlib from 1.7.1 to 1.7.2 in Docker
+    requirements (#293)
+  * MAINT: drop official support for Python 3.4 (#321)
+
+-------------------------------------------------------------------

Old:
----
  pypiserver-1.3.2.tar.gz

New:
----
  pypiserver-1.4.2.tar.gz

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

Other differences:
------------------
++++++ python-pypiserver.spec ++++++
--- /var/tmp/diff_new_pack.pldyqX/_old  2022-01-14 23:14:43.850689431 +0100
+++ /var/tmp/diff_new_pack.pldyqX/_new  2022-01-14 23:14:43.858689436 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pypiserver
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,10 +16,10 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%{?!python_module:%define python_module() python3-%{**}}
 %bcond_without python2
 Name:           python-pypiserver
-Version:        1.3.2
+Version:        1.4.2
 Release:        0
 Summary:        Minimal PyPI server for uploading & downloading packages with 
pip/easy_install
 License:        MIT
@@ -40,7 +40,7 @@
 Requires:       python-passlib >= 1.6
 Requires:       python-setuptools
 Requires(post): update-alternatives
-Requires(postun): update-alternatives
+Requires(postun):update-alternatives
 BuildArch:      noarch
 %if %{with python2}
 BuildRequires:  python-mock
@@ -52,6 +52,7 @@
 
 %prep
 %setup -q -n pypiserver-%{version}
+sed -i '1{/env python/d}' pypiserver/*.py
 # we don't need the extensions for smoke testing
 rm -f pytest.ini
 
@@ -78,7 +79,8 @@
 %files %{python_files}
 %doc README.rst
 %license LICENSE.txt
-%{python_sitelib}/*
+%{python_sitelib}/pypiserver
+%{python_sitelib}/pypiserver-%{version}*-info
 %python_alternative %{_bindir}/pypi-server
 
 %changelog

++++++ pypiserver-1.3.2.tar.gz -> pypiserver-1.4.2.tar.gz ++++++
++++ 4880 lines of diff (skipped)

Reply via email to