Skip to content

Commit aeb86d7

Browse files
committed
setup: changed release information and versioning for fixed fork
Signed-off-by: David Schweizer <dschweizer@opensourcerouting.org>
1 parent 4d19332 commit aeb86d7

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

lib/exabgp/version.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
import os
22

33
commit = "765dd59f"
4-
release = "4.2.11"
5-
json = "4.0.1"
6-
text = "4.0.1"
4+
release = "4.2.11-frr"
5+
json = "4.2.11"
6+
text = "4.2.11"
77
version = os.environ.get('EXABGP_VERSION',release)
88

99
# Do not change the first line as it is parsed by scripts

setup.cfg

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[metadata]
22
name = exabgp
3-
author = Thomas Mangin
4-
author_email = thomas.mangin@exa-networks.co.uk
5-
url = https://github.com/Exa-Networks/exabgp
3+
author = OpenSourceRouting
4+
author_email = info@opensourcerouting.org
5+
url = https://github.com/opensourcerouting/exabgp
66
version = attr: exabgp.version.version
7-
description = BGP swiss army knife
7+
description = OpenSourceRouting.org fork of fixed ExaBGP for FRRouting topotests
88
long_description = file: README.rst, CHANGELOG.rst
99
keywords = BGP, ipv4, ipv6, mpls, vpls, flowspec, bgp-ls, SDN, HA, DDOS
1010
license = BSD 3-Clause License

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@ def filesOf(directory):
4545
data_files.append(('/lib/systemd/system', filesOf('etc/systemd')))
4646

4747
setuptools.setup(
48-
download_url='https://github.com/Exa-Networks/exabgp/archive/%s.tar.gz' % exabgp_version.version.split('-')[0],
48+
download_url='https://github.com/opensourcerouting/exabgp/archive/%s.tar.gz' % exabgp_version.version.split('-')[0],
4949
data_files=data_files,
5050
)

0 commit comments

Comments
 (0)