source: projects/specs/trunk/p/python-ipaddress/python-ipaddress-vl.spec @ 11921

Revision 11921, 3.2 KB checked in by tomop, 5 years ago (diff)

new: python-cryptography and requirements

Line 
1%global pyname ipaddress
2
3Name:           python-%{pyname}
4Version:        1.0.22
5Release:        1%{?_dist_release}
6Summary:        Port of the python 3.3+ ipaddress module to 2.6+
7
8License:        Python
9URL:            https://pypi.python.org/pypi/ipaddress/
10
11Vendor:         Project Vine
12Distribution:   Vine Linux
13
14Source0:        https://pypi.python.org/packages/source/i/%{pyname}/%{pyname}-%{version}.tar.gz
15
16BuildArch:      noarch
17BuildRequires:  python-devel
18%{?python_provide:%python_provide python2-%{pyname}}
19
20%global _description\
21ipaddress provides the capabilities to create, manipulate and operate\
22on IPv4 and IPv6 addresses and networks.\
23\
24The functions and classes in this module make it straightforward to\
25handle various tasks related to IP addresses, including checking\
26whether or not two hosts are on the same subnet, iterating over all\
27hosts in a particular subnet, checking whether or not a string\
28represents a valid IP address or network definition, and so on.
29
30%description %_description
31
32%prep
33%setup -q -n %{pyname}-%{version}
34
35
36%build
37%{__python} setup.py build
38
39
40%install
41rm -rf $RPM_BUILD_ROOT
42%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
43
44
45%files
46%doc README.md
47%{python_sitelib}/*
48
49
50%changelog
51* Mon Nov 19 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.0.22-1
52- initial build for Vine Linux.
53- new upstream release.
54
55* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.18-5
56- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
57
58* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.18-4
59- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
60
61* Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 1.0.18-3
62- Python 2 binary package renamed to python2-ipaddress
63  See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3
64
65* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.18-2
66- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
67
68* Mon Jun 19 2017 Paul Wouters <pwouters@redhat.com> - 1.0.18-1
69- Updated to 1.0.18, fixup URL
70
71* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.16-4
72- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
73
74* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.16-3
75- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
76
77* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.16-2
78- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
79
80* Fri Jan 08 2016 Matěj Cepl <mcepl@redhat.com> - 1.0.16-1
81- Update to the latest upstream (#1242475)
82
83* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.7-4
84- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
85
86* Wed Jun 10 2015 Nathaniel McCallum <npmccallum@redhat.com> - 1.0.7-3
87- Remove Conflicts: python-ipaddr
88
89* Mon Jun  8 2015 Nathaniel McCallum <npmccallum@redhat.com> - 1.0.7-2
90- Add Conflicts: python-ipaddr
91
92* Thu May 14 2015 Nathaniel McCallum <npmccallum@redhat.com> - 1.0.7-1
93- Update to 1.0.7
94
95* Wed Mar 20 2013 Matt Domsch <mdomsch@fedoraproject.org> - 1.0.3-1
96- initial release
Note: See TracBrowser for help on using the repository browser.