Hello community, here is the log from the commit of package python-M2Crypto for openSUSE:Factory checked in at 2020-12-12 20:29:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-M2Crypto (Old) and /work/SRC/openSUSE:Factory/.python-M2Crypto.new.2328 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-M2Crypto" Sat Dec 12 20:29:12 2020 rev:37 rq:854111 version:0.37.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-M2Crypto/python-M2Crypto.changes 2020-07-15 12:14:31.172751788 +0200 +++ /work/SRC/openSUSE:Factory/.python-M2Crypto.new.2328/python-M2Crypto.changes 2020-12-12 20:31:31.949799964 +0100 @@ -1,0 +2,21 @@ +Tue Dec 8 17:58:23 UTC 2020 - Matej Cepl <mc...@suse.com> + +- Update to 0.37.1: + - Remove support for CentOS 6 and Python 2.6 (remove + tests.vendor module). Python 2.7 is still fully supported. + - Remodel CI: + - on GitHub switched from Travis-CI to GH Actions + - on GitLab-CI: stop testing 2.7 on Fedora, add centos7 + - update appveyor.yml + - Stop playing with swig in setup.py, we don't support swig 1.* + anymore. + - Fix dereferencing of pointers (gl#m2crypto/m2crypto#281) + - Replace deprecated PyObject_AsReadBuffer with our own shim + (thanks to Casey Deccio for saving my bacon there). + - Use parametrized to create parametrized tests (new external + dependency). + - Only use DigestSign() and DigestUpdate() with OpenSSL >= 1.1.1 + - Expose all the X509_V_FLAG + - Add support for DigestSign* and DigestVerify* + +------------------------------------------------------------------- Old: ---- M2Crypto-0.36.0.tar.gz New: ---- M2Crypto-0.37.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-M2Crypto.spec ++++++ --- /var/tmp/diff_new_pack.w1hI8K/_old 2020-12-12 20:31:32.773800824 +0100 +++ /var/tmp/diff_new_pack.w1hI8K/_new 2020-12-12 20:31:32.777800828 +0100 @@ -19,7 +19,7 @@ %define oldpython python %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-M2Crypto -Version: 0.36.0 +Version: 0.37.1 Release: 0 Summary: Crypto and SSL toolkit for Python License: MIT @@ -27,6 +27,7 @@ URL: https://gitlab.com/m2crypto/m2crypto Source: https://files.pythonhosted.org/packages/source/M/M2Crypto/M2Crypto-%{version}.tar.gz BuildRequires: %{python_module devel} +BuildRequires: %{python_module parameterized} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module typing} BuildRequires: %{python_module xml} @@ -87,6 +88,9 @@ %python_expand %fdupes %{buildroot}%{$python_sitearch} %check +%python_expand ls -l %{buildroot}%{$python_sitearch}/M2Crypto/*.so* +# gh#pypa/setuptools#2476 +# %%pyunittest_arch discover -v -s tests %python_exec setup.py test %files %{python_files} ++++++ M2Crypto-0.36.0.tar.gz -> M2Crypto-0.37.1.tar.gz ++++++ ++++ 55019 lines of diff (skipped) _______________________________________________ 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