Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-josepy for openSUSE:Factory checked in at 2023-11-30 22:00:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-josepy (Old) and /work/SRC/openSUSE:Factory/.python-josepy.new.25432 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-josepy" Thu Nov 30 22:00:20 2023 rev:14 rq:1129754 version:1.14.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-josepy/python-josepy.changes 2023-06-12 15:27:07.591291634 +0200 +++ /work/SRC/openSUSE:Factory/.python-josepy.new.25432/python-josepy.changes 2023-11-30 22:01:11.192762045 +0100 @@ -1,0 +2,12 @@ +Wed Nov 29 09:34:59 UTC 2023 - ecsos <ec...@opensuse.org> + +- Update to 1.14.0 + - Added support for Python 3.11 and 3.12. + - Support for Python 3.7 has been deprecated and will be removed + in the next scheduled release. + - Dropped support for Python 3.6. + - Added a new valid PGP key for signing our PyPI packages with + the fingerprint F2871B4152AE13C49519111F447BF683AA3B26C3 +- Comment out asc because no more found. + +------------------------------------------------------------------- Old: ---- josepy-1.13.0.tar.gz josepy-1.13.0.tar.gz.asc New: ---- josepy-1.14.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-josepy.spec ++++++ --- /var/tmp/diff_new_pack.GaXpT4/_old 2023-11-30 22:01:12.280802127 +0100 +++ /var/tmp/diff_new_pack.GaXpT4/_new 2023-11-30 22:01:12.280802127 +0100 @@ -19,20 +19,23 @@ %define libname josepy %{?sle15_python_module_pythons} Name: python-%{libname} -Version: 1.13.0 +Version: 1.14.0 Release: 0 Summary: JOSE protocol implementation in Python License: Apache-2.0 URL: https://github.com/certbot/josepy Source0: https://files.pythonhosted.org/packages/source/j/%{libname}/%{libname}-%{version}.tar.gz -Source1: https://files.pythonhosted.org/packages/source/j/%{libname}/%{libname}-%{version}.tar.gz.asc +#Source1: https://files.pythonhosted.org/packages/source/j/%%{libname}/%%{libname}-%%{version}.tar.gz.asc Source2: %{name}.keyring +BuildRequires: %{python_module base >= 3.7} BuildRequires: %{python_module coverage >= 4.0} BuildRequires: %{python_module cryptography >= 1.5} -BuildRequires: %{python_module devel >= 2.7} +BuildRequires: %{python_module pip} +BuildRequires: %{python_module poetry >= 1.0.8} BuildRequires: %{python_module pyOpenSSL >= 0.13} BuildRequires: %{python_module pytest >= 2.8.0} BuildRequires: %{python_module setuptools >= 1.0} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-cryptography >= 1.5 @@ -48,13 +51,12 @@ %prep %setup -q -n %{libname}-%{version} -rm pytest.ini %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install # remove test-data %python_expand rm -rf %{buildroot}%{$python_sitelib}/%{libname}/testdata %python_expand rm -rf %{buildroot}%{$python_sitelib}/%{libname}/*_test.py* @@ -62,14 +64,18 @@ %python_expand rm -rf %{buildroot}%{$python_sitelib}/%{libname}/__pycache__/*_test* # remove duplicates %python_expand %fdupes %{buildroot}%{$python_sitelib}/%{libname} +# remove docfiles +%python_expand rm -rf %{buildroot}%{$python_sitelib}/CHANGELOG.rst +%python_expand rm -rf %{buildroot}%{$python_sitelib}/CONTRIBUTING.md %check %pytest %files %{python_files} %license LICENSE.txt +%doc CHANGELOG.rst CONTRIBUTING.md %{python_sitelib}/%{libname} -%{python_sitelib}/%{libname}-%{version}*.egg-info +%{python_sitelib}/%{libname}-%{version}.dist-info %pycache_only %{python_sitelib}/%{libname}/__pycache__ # following the certbot-packaging guide, "jws" should not be packaged %exclude %{_bindir}/jws ++++++ josepy-1.13.0.tar.gz -> josepy-1.14.0.tar.gz ++++++ ++++ 5331 lines of diff (skipped)