aboutsummaryrefslogtreecommitdiff
path: root/METADATA
diff options
context:
space:
mode:
Diffstat (limited to 'METADATA')
-rw-r--r--METADATA14
1 files changed, 7 insertions, 7 deletions
diff --git a/METADATA b/METADATA
index acf4820..937090d 100644
--- a/METADATA
+++ b/METADATA
@@ -1,9 +1,5 @@
name: "rsa"
-description:
- "Python-RSA is a pure-Python RSA implementation. It supports encryption and "
- "decryption, signing and verifying signatures, and key generation according to "
- "PKCS#1 version 1.5."
-
+description: "Python-RSA is a pure-Python RSA implementation. It supports encryption and decryption, signing and verifying signatures, and key generation according to PKCS#1 version 1.5."
third_party {
url {
type: HOMEPAGE
@@ -13,6 +9,10 @@ third_party {
type: GIT
value: "https://github.com/sybrenstuvel/python-rsa/"
}
- version: "3.4.2"
- last_upgrade_date { year: 2018 month: 6 day: 4 }
+ version: "version-4.0"
+ last_upgrade_date {
+ year: 2019
+ month: 2
+ day: 1
+ }
}