diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,16 +1,20 @@
name : python-ipaddress
-version : 1.0.18
-release : 1
+version : 1.0.19
+release : 2
source :
- - https://github.com/phihag/ipaddress/archive/v1.0.18.tar.gz : 8ddc806938a3ee874ca0a738247c68ba255f734dd3d930e33264f3408952bcd5
+ - https://github.com/phihag/ipaddress/archive/v1.0.19.tar.gz : 9bb06a4d5c3b18a6f8778170f248c21e8c081e5c373a0e937080d1a1de32fdd3
license : Python-2.0
component : programming.python
summary : IPv4/IPv6 manipulation library
description: |
- IPv4/IPv6 manipulation library ipaddress for older Python versions
-builddeps :
- - python-setuptools
+ IPv4/IPv6 manipulation library ipaddress for older Python versions.
+replaces :
+ - python-ipaddr
build : |
%python_setup
install : |
- %python_install
\ No newline at end of file
+ %python_install
+check : |
+ pushd $PKG_BUILD_DIR/py2build
+ python test_ipaddress.py
+ popd
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -2,38 +2,38 @@
python-ipaddress
- Michael Bryant
- shadow53@shadow53.com
+ Pierre-Yves
+ pyu@riseup.net
Python-2.0
programming.python
IPv4/IPv6 manipulation library
- IPv4/IPv6 manipulation library ipaddress for older Python versions
+ IPv4/IPv6 manipulation library ipaddress for older Python versions.
https://solus-project.com/sources/README.Solus
python-ipaddress
IPv4/IPv6 manipulation library
- IPv4/IPv6 manipulation library ipaddress for older Python versions
+ IPv4/IPv6 manipulation library ipaddress for older Python versions.
programming.python
- /usr/lib/python2.7/site-packages/ipaddress-1.0.18-py2.7.egg-info/PKG-INFO
- /usr/lib/python2.7/site-packages/ipaddress-1.0.18-py2.7.egg-info/SOURCES.txt
- /usr/lib/python2.7/site-packages/ipaddress-1.0.18-py2.7.egg-info/dependency_links.txt
- /usr/lib/python2.7/site-packages/ipaddress-1.0.18-py2.7.egg-info/top_level.txt
+ /usr/lib/python2.7/site-packages/ipaddress-1.0.19-py2.7.egg-info
/usr/lib/python2.7/site-packages/ipaddress.py
/usr/lib/python2.7/site-packages/ipaddress.pyc
+
+ python-ipaddr
+
-
- 2017-04-21
- 1.0.18
+
+ 2017-12-19
+ 1.0.19
Packaging update
- Michael Bryant
- shadow53@shadow53.com
+ Pierre-Yves
+ pyu@riseup.net
\ No newline at end of file