Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-greenlet for openSUSE:Factory checked in at 2021-02-16 22:33:44 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-greenlet (Old) and /work/SRC/openSUSE:Factory/.python-greenlet.new.28504 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-greenlet" Tue Feb 16 22:33:44 2021 rev:35 rq:868479 version:1.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-greenlet/python-greenlet.changes 2020-10-29 09:46:07.312044819 +0100 +++ /work/SRC/openSUSE:Factory/.python-greenlet.new.28504/python-greenlet.changes 2021-02-16 22:33:46.281438003 +0100 @@ -1,0 +2,9 @@ +Mon Feb 1 22:13:52 UTC 2021 - Dirk M??ller <dmuel...@suse.com> + +- update to 1.0.0: + * Require setuptools to build from source. + * Stop asking setuptools to build both .tar.gz and .zip + sdists. PyPI has standardized on .tar.gz for all platforms. + * Publish the change log to https://greenlet.readthedocs.io + +------------------------------------------------------------------- Old: ---- greenlet-0.4.17.tar.gz New: ---- greenlet-1.0.0.tar.gz python-greenlet-rpmlintrc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-greenlet.spec ++++++ --- /var/tmp/diff_new_pack.FLTAU0/_old 2021-02-16 22:33:47.097439122 +0100 +++ /var/tmp/diff_new_pack.FLTAU0/_new 2021-02-16 22:33:47.097439122 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-greenlet # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # Copyright (c) 2010 B1 Systems GmbH, Vohburg, Germany. # # All modifications and additions to the file contributed by third parties @@ -19,13 +19,14 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-greenlet -Version: 0.4.17 +Version: 1.0.0 Release: 0 Summary: Lightweight in-process concurrent programming License: MIT Group: Development/Libraries/Python URL: https://github.com/python-greenlet/greenlet Source0: https://files.pythonhosted.org/packages/source/g/greenlet/greenlet-%{version}.tar.gz +Source9: python-greenlet-rpmlintrc BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} BuildRequires: c++_compiler @@ -55,7 +56,9 @@ %build export CFLAGS="%{optflags} -fno-tree-dominator-opts -fno-strict-aliasing" %python_build -cd doc && make html && rm _build/html/.buildinfo + +export PYTHONPATH=$PWD/src +cd docs && make html && rm _build/html/.buildinfo %install %python_install @@ -66,8 +69,8 @@ %python_exec setup.py -q test %files %{python_files} -%doc AUTHORS NEWS README.rst -%doc doc/_build/html/ +%doc AUTHORS CHANGES.rst README.rst +%doc docs/_build/html/ %license LICENSE* %{python_sitearch}/greenlet* ++++++ greenlet-0.4.17.tar.gz -> greenlet-1.0.0.tar.gz ++++++ ++++ 17051 lines of diff (skipped) ++++++ python-greenlet-rpmlintrc ++++++ addFilter('devel-file-in-non-devel-package .*/greenlet/.*')