diff --git a/python-rsa.changes b/python-rsa.changes index 039753f..93349d5 100644 --- a/python-rsa.changes +++ b/python-rsa.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sun Jul 24 08:44:38 UTC 2022 - Dirk Müller + +- update to 4.9: + * Remove debug logging from `rsa/key.py` + * Remove overlapping slots in `PrivateKey` and `PublicKey`. + * Do not include CHANGELOG/LICENSE/README.md in wheel + * Fixed Key Generation Unittest: Public and Private keys are assigned the wrong way around + ------------------------------------------------------------------- Sat Jun 25 20:49:54 UTC 2022 - Dirk Müller diff --git a/python-rsa.spec b/python-rsa.spec index 2227218..851d461 100644 --- a/python-rsa.spec +++ b/python-rsa.spec @@ -25,7 +25,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-rsa -Version: 4.8 +Version: 4.9 Release: 0 Summary: Pure-Python RSA Implementation License: Apache-2.0 diff --git a/rsa-4.8.tar.gz b/rsa-4.8.tar.gz deleted file mode 100644 index 811552f..0000000 --- a/rsa-4.8.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5c6bd9dc7a543b7fe4304a631f8a8a3b674e2bbfc49c2ae96200cdbe55df6b17 -size 28396 diff --git a/rsa-4.9.tar.gz b/rsa-4.9.tar.gz new file mode 100644 index 0000000..f25d356 --- /dev/null +++ b/rsa-4.9.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e38464a49c6c85d7f1351b0126661487a7e0a14a50f1675ec50eb34d4f20ef21 +size 29711