diff --git a/dill-0.3.0.tar.gz b/dill-0.3.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..a2921bc7ac29d08fedfeb7dbc2c39f74cc141569 Binary files /dev/null and b/dill-0.3.0.tar.gz differ diff --git a/python-dill.spec b/python-dill.spec new file mode 100644 index 0000000000000000000000000000000000000000..bb669128ae59a4c5b47fd9128c3678b1a8695947 --- /dev/null +++ b/python-dill.spec @@ -0,0 +1,124 @@ +%global srcname dill +Name: python-%{srcname} +Version: 0.3.0 +Release: 3 +Summary: Serialize all of Python +License: BSD +URL: http://trac.mystic.cacr.caltech.edu/project/pathos/wiki/dill.html +Source0: %{pypi_source} +BuildArch: noarch +%description +Dill extends python's 'pickle' module for serializing and de-serializing +python objects to the majority of the built-in python types. +Dill provides the user the same interface as the 'pickle' module, and also +includes some additional features. In addition to pickling python objects, dill +provides the ability to save the state of an interpreter session in a single +command. + +%package -n python3-%{srcname} +Summary: %{summary} +BuildRequires: python3-devel +%{?python_provide:%python_provide python3-%{srcname}} +%description -n python3-%{srcname} +Dill extends python's 'pickle' module for serializing and de-serializing +python objects to the majority of the built-in python types. +Dill provides the user the same interface as the 'pickle' module, and also +includes some additional features. In addition to pickling python objects, dill +provides the ability to save the state of an interpreter session in a single +command. + +%prep +%autosetup -n %{srcname}-%{version} + +%build +%py3_build + +%install +%py3_install + +%files -n python3-%{srcname} +%doc README +%license LICENSE +%exclude %{_bindir}/* +%{python3_sitelib}/* + +%changelog +* Wed May 12 2021 sunguoshuai - 0.3.0-3 +- Rebuild in openEuler + +* Fri Jul 26 2019 Fedora Release Engineering - 0.3.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Thu Jul 11 2019 Sergio Pascual - 0.3.0-1 +- New upstream source (0.3.0) + +* Wed Feb 13 2019 Sergio Pascual - 0.2.9-1 +- New upstream source (0.2.9) + +* Sat Feb 02 2019 Fedora Release Engineering - 0.2.8.2-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Tue Aug 21 2018 Sergio Pascual - 0.2.8.2-2 +- Drop python2 subpackage + +* Tue Aug 21 2018 Sergio Pascual - 0.2.8.2-1 +- New upstream source (0.2.8.2) + +* Fri Jul 13 2018 Fedora Release Engineering - 0.2.7.1-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Tue Jun 19 2018 Miro Hrončok - 0.2.7.1-4 +- Rebuilt for Python 3.7 + +* Fri Feb 09 2018 Fedora Release Engineering - 0.2.7.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Mon Sep 11 2017 Sergio Pascual - 0.2.7.1-2 +- New upstream source (0.2.7.1) +- And the sources + +* Tue Aug 08 2017 Zbigniew Jędrzejewski-Szmek - 0.2.6-3 +- Fix %%python_provide invocation + +* Thu Jul 27 2017 Fedora Release Engineering - 0.2.6-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Tue May 16 2017 Sergio Pascual - 0.2.6-1 +- New upstream source (0.2.6) + +* Sat Feb 11 2017 Fedora Release Engineering - 0.2.5-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Mon Dec 19 2016 Miro Hrončok - 0.2.5-3 +- Rebuild for Python 3.6 + +* Tue Jul 19 2016 Fedora Release Engineering - 0.2.5-2 +- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages + +* Wed Jul 13 2016 Sergio Pascual - 0.2.5-1 +- New upstream source (0.2.5) +- Updated upstream url +- Pypi url updated + +* Thu Feb 04 2016 Fedora Release Engineering - 0.2.4-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Fri Nov 20 2015 Sergio Pascual - 0.2.4-1 +- New upstream source (0.2.4) + +* Tue Nov 10 2015 Fedora Release Engineering - 0.2.1-4 +- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5 + +* Thu Jun 18 2015 Fedora Release Engineering - 0.2.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + +* Fri Sep 12 2014 Sergio Pascual - 0.2.1-2 +- Add license macro +- Run tests +- Add numpy build req for tests + +* Thu Sep 11 2014 Sergio Pascual - 0.2.1-1 +- New upstream (0.2.1) + +* Fri Dec 13 2013 Sergio Pascual - 0.2-0.1b1 +- Initial specfile