Hello community, here is the log from the commit of package python-PasteDeploy for openSUSE:Factory checked in at 2020-11-29 12:19:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-PasteDeploy (Old) and /work/SRC/openSUSE:Factory/.python-PasteDeploy.new.5913 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-PasteDeploy" Sun Nov 29 12:19:12 2020 rev:19 rq:850934 version:2.1.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-PasteDeploy/python-PasteDeploy.changes 2020-06-26 21:43:46.369510240 +0200 +++ /work/SRC/openSUSE:Factory/.python-PasteDeploy.new.5913/python-PasteDeploy.changes 2020-11-29 12:19:17.237447452 +0100 @@ -1,0 +2,6 @@ +Thu Nov 26 09:09:10 UTC 2020 - Dirk Mueller <dmuel...@suse.com> + +- update to 2.1.1: + * Added ``setuptools`` as an explicit dependency. + +------------------------------------------------------------------- Old: ---- 2.1.0.tar.gz New: ---- 2.1.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-PasteDeploy.spec ++++++ --- /var/tmp/diff_new_pack.poxzwu/_old 2020-11-29 12:19:17.893448116 +0100 +++ /var/tmp/diff_new_pack.poxzwu/_new 2020-11-29 12:19:17.897448119 +0100 @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define oldpython python Name: python-PasteDeploy -Version: 2.1.0 +Version: 2.1.1 Release: 0 Summary: Tool to load, configure, and compose WSGI applications and servers License: MIT ++++++ 2.1.0.tar.gz -> 2.1.1.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pastedeploy-2.1.0/docs/news.rst new/pastedeploy-2.1.1/docs/news.rst --- old/pastedeploy-2.1.0/docs/news.rst 2020-02-02 12:54:33.000000000 +0100 +++ new/pastedeploy-2.1.1/docs/news.rst 2020-10-12 20:44:06.000000000 +0200 @@ -1,6 +1,12 @@ Paste Deployment News ===================== +2.1.1 (2020-10-12) +------------------ + +* Added ``setuptools`` as an explicit dependency. + This has always been required but now that more environments are becoming capable of operating without it being installed, we now need to ensure it's available. + 2.1.0 ----- diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pastedeploy-2.1.0/setup.py new/pastedeploy-2.1.1/setup.py --- old/pastedeploy-2.1.0/setup.py 2020-02-02 12:54:33.000000000 +0100 +++ new/pastedeploy-2.1.1/setup.py 2020-10-12 20:44:06.000000000 +0200 @@ -13,7 +13,7 @@ setup( name="PasteDeploy", - version="2.1.0", + version="2.1.1", description="Load, configure, and compose WSGI applications and servers", long_description=readme, classifiers=[ @@ -52,6 +52,7 @@ packages=find_packages(exclude=["tests"]), include_package_data=True, zip_safe=False, + install_requires=['setuptools'], extras_require={ "Config": [], "Paste": ["Paste"], _______________________________________________ openSUSE Commits mailing list -- commit@lists.opensuse.org To unsubscribe, email commit-le...@lists.opensuse.org List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette List Archives: https://lists.opensuse.org/archives/list/commit@lists.opensuse.org