Skip to content

Commit

Permalink
python3-rsa:Update to version 4.9 and to work with python-3.10.8
Browse files Browse the repository at this point in the history
- Updated from version 4.8 to 4.9
- Update of rootfile
- Changelog
    ## Version 4.9 - release 2022-07-20
	- Remove debug logging from `rsa/key.py`
	  ([#194](sybrenstuvel/python-rsa#194)).
	- Remove overlapping slots in `PrivateKey` and `PublicKey`.
	  ([#189](sybrenstuvel/python-rsa#189)).
	- Do not include CHANGELOG/LICENSE/README.md in wheel
	  ([#191](sybrenstuvel/python-rsa#191)).
	- Fixed Key Generation Unittest: Public and Private keys are assigned the wrong way around
	  ([#188](sybrenstuvel/python-rsa#188)).

Tested-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
  • Loading branch information
Adolf Belka authored and pmu-ipf committed Nov 10, 2022
1 parent 8b54eda commit 4c97d1c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
15 changes: 7 additions & 8 deletions config/rootfiles/packages/python3-rsa
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,14 @@ usr/bin/pyrsa-priv2pub
usr/bin/pyrsa-sign
usr/bin/pyrsa-verify
#usr/lib/python3.10/site-packages/rsa
#usr/lib/python3.10/site-packages/rsa-4.8-py3.10.egg-info
#usr/lib/python3.10/site-packages/rsa-4.8-py3.10.egg-info/PKG-INFO
#usr/lib/python3.10/site-packages/rsa-4.8-py3.10.egg-info/SOURCES.txt
#usr/lib/python3.10/site-packages/rsa-4.8-py3.10.egg-info/dependency_links.txt
#usr/lib/python3.10/site-packages/rsa-4.8-py3.10.egg-info/entry_points.txt
#usr/lib/python3.10/site-packages/rsa-4.8-py3.10.egg-info/requires.txt
#usr/lib/python3.10/site-packages/rsa-4.8-py3.10.egg-info/top_level.txt
#usr/lib/python3.10/site-packages/rsa-4.9-py3.10.egg-info
#usr/lib/python3.10/site-packages/rsa-4.9-py3.10.egg-info/PKG-INFO
#usr/lib/python3.10/site-packages/rsa-4.9-py3.10.egg-info/SOURCES.txt
#usr/lib/python3.10/site-packages/rsa-4.9-py3.10.egg-info/dependency_links.txt
#usr/lib/python3.10/site-packages/rsa-4.9-py3.10.egg-info/entry_points.txt
#usr/lib/python3.10/site-packages/rsa-4.9-py3.10.egg-info/requires.txt
#usr/lib/python3.10/site-packages/rsa-4.9-py3.10.egg-info/top_level.txt
usr/lib/python3.10/site-packages/rsa/__init__.py
usr/lib/python3.10/site-packages/rsa/_compat.py
usr/lib/python3.10/site-packages/rsa/asn1.py
usr/lib/python3.10/site-packages/rsa/cli.py
usr/lib/python3.10/site-packages/rsa/common.py
Expand Down
6 changes: 3 additions & 3 deletions lfs/python3-rsa
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

include Config

VER = 4.8
VER = 4.9
SUMMARY = Pure-Python RSA Implementation

THISAPP = rsa-$(VER)
Expand All @@ -33,7 +33,7 @@ DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
PROG = python3-rsa
PAK_VER = 4
PAK_VER = 5

DEPS =

Expand All @@ -47,7 +47,7 @@ objects = $(DL_FILE)

$(DL_FILE) = $(DL_FROM)/$(DL_FILE)

$(DL_FILE)_BLAKE2 = c76bc2ad30ae56555ec81b314c5fae3882652b55d02834431a117b19bfefde1f3628355fb9581096d82e462e2519299fdf5b2cf814d9a0a98fb6a88377dd7a4f
$(DL_FILE)_BLAKE2 = 85d9c6e546cca5bde5f40c46f86eb6a462f0ab59697c4a5fc48541ca2a658fe5ba25f8a36322bf900aedf4a5ae77e5bef74cbd3533a22c3695b2c8c93b1f57c6

install : $(TARGET)

Expand Down

0 comments on commit 4c97d1c

Please sign in to comment.