source: projects/specs/trunk/p/python-dateutil/python-dateutil-vl.spec @ 12469

Revision 12469, 4.0 KB checked in by tomop, 4 years ago (diff)

python-3.8.5 and related packages.

Line 
1Summary:        Powerful extensions to the standard datetime module
2Name:           python-dateutil
3Version:        2.8.1
4Release:        1%{?_dist_release}
5Group:          programming
6Vendor:         Project Vine
7Distribution:   Vine Linux
8
9License:        Python
10URL:            https://labix.org/python-dateutil
11Source0:        https://github.com/dateutil/dateutil/releases/download/%{version}/python-dateutil-%{version}.tar.gz
12
13BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
14
15BuildArch:      noarch
16BuildRequires:  python-devel
17BuildRequires:  python-setuptools
18BuildRequires:  python-rpm-macros
19BuildRequires:  python2-rpm-macros
20BuildRequires:  python3-devel
21BuildRequires:  python3-setuptools
22BuildRequires:  python3-rpm-macros
23
24%description
25The dateutil module provides powerful extensions to the standard datetime
26module available in Python 2.3+.
27
28
29%package -n python3-dateutil
30Summary:        Powerful extensions to the standard datetime module
31Group:          programming
32
33%description -n python3-dateutil
34The dateutil module provides powerful extensions to the standard datetime
35module available in Python 3.0+.
36
37
38%prep
39%setup -q
40# Reencode this as utf8
41iconv -f ISO-8859-1 -t utf8 NEWS
42
43
44%build
45%py2_build
46%py3_build
47
48
49%install
50%__rm -rf $RPM_BUILD_ROOT
51%py2_install
52%py3_install
53
54
55%clean
56%__rm -rf $RPM_BUILD_ROOT
57
58
59%files
60%defattr(-,root,root,-)
61%license LICENSE
62%doc NEWS README*
63%{python_sitelib}/dateutil/
64%{python_sitelib}/*.egg-info
65
66%files -n python3-dateutil
67%defattr(-,root,root,-)
68%license LICENSE
69%doc NEWS README*
70%{python3_sitelib}/dateutil/
71%{python3_sitelib}/*.egg-info
72
73
74%changelog
75* Sat Aug 15 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.8.1-1
76- new upstream release.
77
78* Thu Feb 14 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.8.0-1
79- new upstream release.
80
81* Wed Jan 31 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 2.6.1-1
82- new upstream release.
83- added a subpackage for python3.
84
85* Sun Jan 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 1.4.1-3
86- rebuild with VineSeed environment
87
88* Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 1.4.1-2
89- rebuild with python-2.7.2
90
91* Tue Aug 24 2010 Munehiro Yamamoto <munepi@vinelinux.org> - 1.4.1-1
92- initial build based on Fedora development
93
94* Thu Jul 22 2010 David Malcolm <dmalcolm@redhat.com> - 1.4.1-5
95- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
96
97* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.1-4
98- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
99
100* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.1-3
101- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
102
103* Fri Feb 20 2009 Jef Spaleta <jspaleta AT fedoraproject DOT org> - 1.4.1-2
104- small specfile fix
105
106* Fri Feb 20 2009 Jef Spaleta <jspaleta AT fedoraproject DOT org> - 1.4.1-2
107- New upstream version
108
109* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 1.4-3
110- Rebuild for Python 2.6
111
112* Fri Aug 29 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.4-2
113- fix license tag
114
115* Tue Jul 01 2008 Jef Spaleta <jspaleta AT fedoraproject DOT org> 1.4-1
116- Latest upstream release
117
118* Fri Jan 04 2008 Jef Spaleta <jspaleta@fedoraproject.org> 1.2-2
119- Fix for egg-info file creation
120
121* Thu Jun 28 2007 Orion Poplawski <orion@cora.nwra.com> 1.2-1
122- Update to 1.2
123
124* Mon Dec 11 2006 Jef Spaleta <jspaleta@gmail.com> 1.1-5
125- Fix python-devel BR, as per discussion in maintainers-list
126
127* Mon Dec 11 2006 Jef Spaleta <jspaleta@gmail.com> 1.1-4
128- Release bump for rebuild against python 2.5 in devel tree
129
130* Wed Jul 26 2006 Orion Poplawski <orion@cora.nwra.com> 1.1-3
131- Add patch to fix building on x86_64
132
133* Wed Feb 15 2006 Orion Poplawski <orion@cora.nwra.com> 1.1-2
134- Rebuild for gcc/glibc changes
135
136* Thu Dec 22 2005 Orion Poplawski <orion@cora.nwra.com> 1.1-1
137- Update to 1.1
138
139* Thu Jul 28 2005 Orion Poplawski <orion@cora.nwra.com> 1.0-1
140- Update to 1.0
141
142* Tue Jul 05 2005 Orion Poplawski <orion@cora.nwra.com> 0.9-1
143- Initial Fedora Extras package
Note: See TracBrowser for help on using the repository browser.