diff options
author | Tim Biermann <tbier@posteo.de> | 2021-12-11 23:56:33 +0100 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2021-12-11 23:56:33 +0100 |
commit | e95c562da06ded24b9e1f75c4f5d50e0e23dccdd (patch) | |
tree | 13a898900f568f9fde9333a4f6ae33693c456189 /python3-snowballstemmer | |
parent | 62496dc0aa68f68fcfb5e79bb2a60c0696823b69 (diff) | |
parent | c5aed273be7cc8d8bd8f00f9d3960c8369d2c6cf (diff) | |
download | contrib-e95c562da06ded24b9e1f75c4f5d50e0e23dccdd.tar.gz contrib-e95c562da06ded24b9e1f75c4f5d50e0e23dccdd.tar.xz |
Merge remote-tracking branch 'origin/3.6' into 3.7-alpha0
Diffstat (limited to 'python3-snowballstemmer')
-rw-r--r-- | python3-snowballstemmer/.footprint | 10 | ||||
-rw-r--r-- | python3-snowballstemmer/.signature | 8 | ||||
-rw-r--r-- | python3-snowballstemmer/Pkgfile | 2 |
3 files changed, 10 insertions, 10 deletions
diff --git a/python3-snowballstemmer/.footprint b/python3-snowballstemmer/.footprint index 60483479d..9de19dd94 100644 --- a/python3-snowballstemmer/.footprint +++ b/python3-snowballstemmer/.footprint @@ -2,11 +2,11 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/lib/ drwxr-xr-x root/root usr/lib/python3.10/ drwxr-xr-x root/root usr/lib/python3.10/site-packages/ -drwxr-xr-x root/root usr/lib/python3.10/site-packages/snowballstemmer-2.1.0-py3.10.egg-info/ --rw-r--r-- root/root usr/lib/python3.10/site-packages/snowballstemmer-2.1.0-py3.10.egg-info/PKG-INFO --rw-r--r-- root/root usr/lib/python3.10/site-packages/snowballstemmer-2.1.0-py3.10.egg-info/SOURCES.txt --rw-r--r-- root/root usr/lib/python3.10/site-packages/snowballstemmer-2.1.0-py3.10.egg-info/dependency_links.txt --rw-r--r-- root/root usr/lib/python3.10/site-packages/snowballstemmer-2.1.0-py3.10.egg-info/top_level.txt +drwxr-xr-x root/root usr/lib/python3.10/site-packages/snowballstemmer-2.2.0-py3.10.egg-info/ +-rw-r--r-- root/root usr/lib/python3.10/site-packages/snowballstemmer-2.2.0-py3.10.egg-info/PKG-INFO +-rw-r--r-- root/root usr/lib/python3.10/site-packages/snowballstemmer-2.2.0-py3.10.egg-info/SOURCES.txt +-rw-r--r-- root/root usr/lib/python3.10/site-packages/snowballstemmer-2.2.0-py3.10.egg-info/dependency_links.txt +-rw-r--r-- root/root usr/lib/python3.10/site-packages/snowballstemmer-2.2.0-py3.10.egg-info/top_level.txt drwxr-xr-x root/root usr/lib/python3.10/site-packages/snowballstemmer/ -rw-r--r-- root/root usr/lib/python3.10/site-packages/snowballstemmer/__init__.py drwxr-xr-x root/root usr/lib/python3.10/site-packages/snowballstemmer/__pycache__/ diff --git a/python3-snowballstemmer/.signature b/python3-snowballstemmer/.signature index 525ac14dc..aceabbab5 100644 --- a/python3-snowballstemmer/.signature +++ b/python3-snowballstemmer/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF30x/C2iJmgrtHYFKiGUSfV9vP4nB8I+Cv2ZjqMqYQ7grNflIcERENrQ0lB5sgkyqruN6jn7HUbxdv5uRoGXwVQI= -SHA256 (Pkgfile) = d406c7a17cd6c8955920a1a15c3d516a346d2a2052b7439e9b9c64cf92378d40 -SHA256 (.footprint) = 8f0bcaf6d00af1318197d73e67ee1e70baa69341b7eec85a15192f0a76344d1a -SHA256 (snowballstemmer-2.1.0.tar.gz) = e997baa4f2e9139951b6f4c631bad912dfd3c792467e2f03d7239464af90e914 +RWSagIOpLGJF37TcjvW2yNjPzvb9tzuyNRscvqjOLfmTcvMFwmvP4tHe0z/PMvQ6umzxpdgLsw3COPF5DZlozOc1qUKsstAJ/QU= +SHA256 (Pkgfile) = 21224a5c2f6394274d82d684fb1d45985c6204a6bc651e1d2d19da2b5cc79a7f +SHA256 (.footprint) = 924e8ac91118a9b2b4cbc47ab71cda6ce9eabd308c669926af66653b785207af +SHA256 (snowballstemmer-2.2.0.tar.gz) = 09b16deb8547d3412ad7b590689584cd0fe25ec8db3be37788be3810cbf19cb1 diff --git a/python3-snowballstemmer/Pkgfile b/python3-snowballstemmer/Pkgfile index 0cabb9e74..9dad9f02b 100644 --- a/python3-snowballstemmer/Pkgfile +++ b/python3-snowballstemmer/Pkgfile @@ -4,7 +4,7 @@ # Depends on: python3-setuptools name=python3-snowballstemmer -version=2.1.0 +version=2.2.0 release=1 source=(https://pypi.org/packages/source/S/Snowballstemmer/${name#*-}-$version.tar.gz) |