Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-asn1crypto for openSUSE:Factory checked in at 2023-05-24 20:22:44 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-asn1crypto (Old) and /work/SRC/openSUSE:Factory/.python-asn1crypto.new.1533 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-asn1crypto" Wed May 24 20:22:44 2023 rev:13 rq:1088776 version:1.5.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-asn1crypto/python-asn1crypto.changes 2023-04-21 18:48:34.888449556 +0200 +++ /work/SRC/openSUSE:Factory/.python-asn1crypto.new.1533/python-asn1crypto.changes 2023-05-24 20:23:05.436440049 +0200 @@ -1,0 +2,5 @@ +Tue May 23 22:54:06 UTC 2023 - Matej Cepl <mc...@suse.com> + +- Clean up SPEC file + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-asn1crypto.spec ++++++ --- /var/tmp/diff_new_pack.xDtBbG/_old 2023-05-24 20:23:05.904442840 +0200 +++ /var/tmp/diff_new_pack.xDtBbG/_new 2023-05-24 20:23:05.908442864 +0200 @@ -16,7 +16,6 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?sle15_python_module_pythons} Name: python-asn1crypto Version: 1.5.1 @@ -25,24 +24,26 @@ License: MIT URL: https://github.com/wbond/asn1crypto Source: https://github.com/wbond/asn1crypto/archive/%{version}.tar.gz -BuildRequires: %{python_module setuptools >= 38.6.0} +BuildRequires: %{python_module pip} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros BuildArch: noarch %python_subpackages %description -ASN.1 parser and serializer with definitions for private keys, public keys, -certificates, CRL, OCSP, CMS, PKCS#3, PKCS#7, PKCS#8, PKCS#12, PKCS#5, X509 and TSP +ASN.1 parser and serializer with definitions for private keys, +public keys, certificates, CRL, OCSP, CMS, PKCS#3, PKCS#7, +PKCS#8, PKCS#12, PKCS#5, X509 and TSP %prep -%setup -q -n asn1crypto-%{version} +%autosetup -p1 -n asn1crypto-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check @@ -50,6 +51,7 @@ %files %{python_files} %license LICENSE -%{python_sitelib}/* +%{python_sitelib}/asn1crypto +%{python_sitelib}/asn1crypto-%{version}*-info %changelog