mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
net/irrd: Update version 4.0.8=>4.2.2
Relnotes: https://github.com/irrdnet/irrd/releases/tag/v4.2.2
This commit is contained in:
parent
e7f7d3d54d
commit
d0bded2bf5
@ -1,7 +1,7 @@
|
||||
# Created by: Muhammad Moinur Rahman <bofh@FreeBSD.org>
|
||||
|
||||
PORTNAME= irrd
|
||||
PORTVERSION= 4.0.8
|
||||
PORTVERSION= 4.2.2
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= net python
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1585613545
|
||||
SHA256 (irrdnet-irrd-v4.0.8_GH0.tar.gz) = dd51d10bfad54bd7272ec90380f29824ae70dc401645e6e3bac9554798f4104b
|
||||
SIZE (irrdnet-irrd-v4.0.8_GH0.tar.gz) = 257853
|
||||
TIMESTAMP = 1638746490
|
||||
SHA256 (irrdnet-irrd-v4.2.2_GH0.tar.gz) = a2993ba60ca762044dad0763a19097666950070a3c24d4de69ffe1784ad0e19c
|
||||
SIZE (irrdnet-irrd-v4.2.2_GH0.tar.gz) = 360944
|
||||
|
@ -1,35 +0,0 @@
|
||||
--- setup.py.orig 2019-11-12 12:54:56 UTC
|
||||
+++ setup.py
|
||||
@@ -23,19 +23,19 @@ setuptools.setup(
|
||||
# This list must be kept in sync with requirements.txt version-wise,
|
||||
# but should not include packages used for testing, generating docs
|
||||
# or packages.
|
||||
- 'python-gnupg==0.4.4',
|
||||
- 'passlib==1.7.1',
|
||||
- 'IPy==1.0.0',
|
||||
- 'dataclasses==0.6',
|
||||
- 'ordered-set==3.1.1',
|
||||
- 'dotted==0.1.8',
|
||||
- 'beautifultable==0.7.0',
|
||||
- 'PyYAML==5.1',
|
||||
- 'psycopg2-binary==2.8.2',
|
||||
- 'SQLAlchemy==1.3.3',
|
||||
- 'alembic==1.0.10',
|
||||
- 'ujson==1.35',
|
||||
- 'twisted==19.2.1',
|
||||
+ 'python-gnupg>=0.4.3',
|
||||
+ 'passlib>=1.7.1',
|
||||
+ 'IPy>=1.0.0',
|
||||
+ 'dataclasses==0.6; python_version<"3.7"',
|
||||
+ 'ordered-set>=3.1.1',
|
||||
+ 'dotted>=0.1.8',
|
||||
+ 'beautifultable>=0.7.0',
|
||||
+ 'PyYAML>=5.1',
|
||||
+ 'psycopg2>=2.8.2',
|
||||
+ 'SQLAlchemy>=1.2.19',
|
||||
+ 'alembic>=1.0.10',
|
||||
+ 'ujson>=1.35',
|
||||
+ 'twisted>=18.9.0',
|
||||
],
|
||||
entry_points={
|
||||
'console_scripts': [
|
Loading…
Reference in New Issue
Block a user