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

Revision 12056, 3.8 KB checked in by tomop, 5 years ago (diff)

Merge branch 'tomop'

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