python-dateutil-vl.spec 3.9 KB

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