Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-pyasn1 for openSUSE:Factory checked in at 2023-05-09 13:05:58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pyasn1 (Old) and /work/SRC/openSUSE:Factory/.python-pyasn1.new.1533 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pyasn1" Tue May 9 13:05:58 2023 rev:43 rq:1084856 version:0.5.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pyasn1/python-pyasn1.changes 2023-04-22 22:00:10.381113345 +0200 +++ /work/SRC/openSUSE:Factory/.python-pyasn1.new.1533/python-pyasn1.changes 2023-05-09 13:06:01.108549811 +0200 @@ -1,0 +2,20 @@ +Thu May 4 19:21:20 UTC 2023 - Dirk Müller <dmuel...@suse.com> + +- update to 0.5.0: + * Change `RealEncoder.supportIndefLenMode` type to a boolean + * Fix CI for py39 test environment + * Replace all snmplabs.com links + * Use correct SPDX identifier for the license + * Re-add ``tagMap`` and ``typeMap`` module level attributes to all + encoder and decoder modules. They are aliases for ``TAG_MAP`` and + ``TYPE_MAP`` + * Restore API for passing for ``tagMap`` and ``typeMap`` arguments + to ``Encoder`` and ``Decoder`` classes by name and position, + * Re-add ``tagMap`` and ``typeMap`` module level attributes to all + encoder and decoder modules. They are aliases for ``TAG_MAP`` and + ``TYPE_MAP`` + * Restore API for passing for ``tagMap`` and ``typeMap`` arguments + to ``Encoder`` and ``Decoder`` classes by name and position, + * Make BER/CER/DER decoders streaming and suspendible + +------------------------------------------------------------------- Old: ---- pyasn1-0.4.8.tar.gz New: ---- pyasn1-0.5.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pyasn1.spec ++++++ --- /var/tmp/diff_new_pack.YqajJr/_old 2023-05-09 13:06:01.684553239 +0200 +++ /var/tmp/diff_new_pack.YqajJr/_new 2023-05-09 13:06:01.684553239 +0200 @@ -20,15 +20,16 @@ %define oldpython python %{?sle15_python_module_pythons} Name: python-pyasn1 -Version: 0.4.8 +Version: 0.5.0 Release: 0 Summary: ASN.1 types and codecs License: BSD-2-Clause Group: Development/Languages/Python -URL: https://github.com/etingof/pyasn1 +URL: https://github.com/pyasn1/pyasn1 Source: https://files.pythonhosted.org/packages/source/p/pyasn1/pyasn1-%{version}.tar.gz +BuildRequires: %{python_module pip} BuildRequires: %{python_module pytest} -BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros BuildArch: noarch @@ -48,10 +49,10 @@ %setup -q -n pyasn1-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check @@ -60,6 +61,7 @@ %files %{python_files} %doc CHANGES.rst README.md TODO.rst %license LICENSE.rst -%{python_sitelib}/* +%{python_sitelib}/pyasn1 +%{python_sitelib}/pyasn1-%{version}.dist-info %changelog ++++++ pyasn1-0.4.8.tar.gz -> pyasn1-0.5.0.tar.gz ++++++ ++++ 8207 lines of diff (skipped)