|
|
82d2bf |
Name: python-straight-plugin
|
|
|
82d2bf |
Version: 1.5.0
|
|
|
82d2bf |
Release: 14%{?dist}
|
|
|
82d2bf |
Summary: Python plugin loader
|
|
|
82d2bf |
|
|
|
82d2bf |
License: BSD
|
|
|
82d2bf |
URL: https://github.com/ironfroggy/straight.plugin/
|
|
|
82d2bf |
|
|
|
82d2bf |
Source0: https://files.pythonhosted.org/packages/48/89/34ae6a87784d0b607af61c84a52c313c598f1d86ce5c1e9eb6da038fee5f/straight.plugin-%{version}.tar.gz
|
|
|
82d2bf |
|
|
|
82d2bf |
BuildArch: noarch
|
|
|
82d2bf |
|
|
|
82d2bf |
BuildRequires: python3-devel
|
|
|
82d2bf |
BuildRequires: /usr/bin/2to3
|
|
|
82d2bf |
BuildRequires: python3-setuptools
|
|
|
82d2bf |
|
|
|
82d2bf |
|
|
|
82d2bf |
|
|
|
82d2bf |
%global _description\
|
|
|
82d2bf |
straight.plugin is a Python plugin loader inspired by twisted.plugin with two\
|
|
|
82d2bf |
important distinctions:\
|
|
|
82d2bf |
\
|
|
|
82d2bf |
- Fewer dependencies\
|
|
|
82d2bf |
- Python 3 compatible\
|
|
|
82d2bf |
\
|
|
|
82d2bf |
The system is used to allow multiple Python packages to provide plugins within\
|
|
|
82d2bf |
a namespace package, where other packages will locate and utilize. The plugins\
|
|
|
82d2bf |
themselves are modules in a namespace package where the namespace identifies\
|
|
|
82d2bf |
the plugins in it for some particular purpose or intent.\
|
|
|
82d2bf |
|
|
|
82d2bf |
|
|
|
82d2bf |
%description %_description
|
|
|
82d2bf |
|
|
|
82d2bf |
%package -n python3-straight-plugin
|
|
|
82d2bf |
Summary: Python plugin loader
|
|
|
82d2bf |
|
|
|
82d2bf |
%description -n python3-straight-plugin
|
|
|
82d2bf |
straight.plugin is a Python plugin loader inspired by twisted.plugin with two
|
|
|
82d2bf |
important distinctions:
|
|
|
82d2bf |
|
|
|
82d2bf |
- Fewer dependencies
|
|
|
82d2bf |
- Python 3 compatible
|
|
|
82d2bf |
|
|
|
82d2bf |
The system is used to allow multiple Python packages to provide plugins within
|
|
|
82d2bf |
a namespace package, where other packages will locate and utilize. The plugins
|
|
|
82d2bf |
themselves are modules in a namespace package where the namespace identifies
|
|
|
82d2bf |
the plugins in it for some particular purpose or intent.
|
|
|
82d2bf |
|
|
|
82d2bf |
%prep
|
|
|
82d2bf |
%setup -q -n straight.plugin-%{version}
|
|
|
82d2bf |
2to3 --write --nobackups .
|
|
|
82d2bf |
|
|
|
82d2bf |
%build
|
|
|
82d2bf |
%py3_build
|
|
|
82d2bf |
|
|
|
82d2bf |
%install
|
|
|
82d2bf |
%py3_install
|
|
|
82d2bf |
|
|
|
82d2bf |
#%check
|
|
|
82d2bf |
#%{__python3} tests.py
|
|
|
82d2bf |
|
|
|
82d2bf |
%files -n python3-straight-plugin
|
|
|
82d2bf |
# For noarch packages: sitelib
|
|
|
82d2bf |
%{python3_sitelib}/straight*
|
|
|
82d2bf |
|
|
|
82d2bf |
%changelog
|
|
|
82d2bf |
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.0-14
|
|
|
82d2bf |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
82d2bf |
|
|
|
82d2bf |
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.0-13
|
|
|
82d2bf |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
82d2bf |
|
|
|
82d2bf |
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 1.5.0-12
|
|
|
82d2bf |
- Rebuilt for Python 3.9
|
|
|
82d2bf |
|
|
|
82d2bf |
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.0-11
|
|
|
82d2bf |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
82d2bf |
|
|
|
82d2bf |
* Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 1.5.0-10
|
|
|
82d2bf |
- Rebuilt for Python 3.8.0rc1 (#1748018)
|
|
|
82d2bf |
|
|
|
82d2bf |
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 1.5.0-9
|
|
|
82d2bf |
- Rebuilt for Python 3.8
|
|
|
82d2bf |
|
|
|
82d2bf |
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.0-8
|
|
|
82d2bf |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
82d2bf |
|
|
|
82d2bf |
* Wed Mar 27 2019 Miro Hrončok <mhroncok@redhat.com> - 1.5.0-7
|
|
|
82d2bf |
- Subpackage python2-straight-plugin has been removed
|
|
|
82d2bf |
See https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal
|
|
|
82d2bf |
|
|
|
82d2bf |
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.0-6
|
|
|
82d2bf |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
82d2bf |
|
|
|
82d2bf |
* Thu Jul 19 2018 Kevin Fenzi <kevin@scrye.com> - 1.5.0-5
|
|
|
82d2bf |
- Rebuild with previous fixes.
|
|
|
82d2bf |
|
|
|
82d2bf |
* Wed Jul 18 2018 Pierre-Yves Chibon <pingou@pingoured.fr> - 1.5.0-4
|
|
|
82d2bf |
- Fix the python interpreter used to build the py2 package
|
|
|
82d2bf |
|
|
|
82d2bf |
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.0-3
|
|
|
82d2bf |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
82d2bf |
|
|
|
82d2bf |
* Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 1.5.0-2
|
|
|
82d2bf |
- Rebuilt for Python 3.7
|
|
|
82d2bf |
|
|
|
82d2bf |
* Thu Apr 26 2018 Pierre-Yves Chibon <pingou@pingoured.fr> - 1.5.0-1
|
|
|
82d2bf |
- Update to 1.5.0
|
|
|
82d2bf |
|
|
|
82d2bf |
* Mon Feb 12 2018 Iryna Shcherbina <ishcherb@redhat.com> - 1.4.0-13
|
|
|
82d2bf |
- Update Python 2 dependency declarations to new packaging standards
|
|
|
82d2bf |
(See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
|
|
|
82d2bf |
|
|
|
82d2bf |
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.0-12
|
|
|
82d2bf |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
82d2bf |
|
|
|
82d2bf |
* Sun Dec 17 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 1.4.0-11
|
|
|
82d2bf |
- Python 2 binary package renamed to python2-straight-plugin
|
|
|
82d2bf |
See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3
|
|
|
82d2bf |
|
|
|
82d2bf |
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.0-10
|
|
|
82d2bf |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
82d2bf |
|
|
|
82d2bf |
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.0-9
|
|
|
82d2bf |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
82d2bf |
|
|
|
82d2bf |
* Mon Dec 19 2016 Miro Hrončok <mhroncok@redhat.com> - 1.4.0-8
|
|
|
82d2bf |
- Rebuild for Python 3.6
|
|
|
82d2bf |
|
|
|
82d2bf |
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.0-7
|
|
|
82d2bf |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
82d2bf |
|
|
|
82d2bf |
* Tue Nov 10 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.0-6
|
|
|
82d2bf |
- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5
|
|
|
82d2bf |
|
|
|
82d2bf |
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.0-5
|
|
|
82d2bf |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
82d2bf |
|
|
|
82d2bf |
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.0-4
|
|
|
82d2bf |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
82d2bf |
|
|
|
82d2bf |
* Wed May 28 2014 Kalev Lember <kalevlember@gmail.com> - 1.4.0-3
|
|
|
82d2bf |
- Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4
|
|
|
82d2bf |
|
|
|
82d2bf |
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.0-2
|
|
|
82d2bf |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
82d2bf |
|
|
|
82d2bf |
* Fri Jan 25 2013 Pierre-Yves Chibon - 1.4.0-1
|
|
|
82d2bf |
- Update to 1.4.0
|
|
|
82d2bf |
- Remove doc as they are not part of the sources anymore (reported upstream)
|
|
|
82d2bf |
- Comment out the tests as they are apparently also not in the sources anymore
|
|
|
82d2bf |
- Add python{,3}-setuptools as BR
|
|
|
82d2bf |
|
|
|
82d2bf |
* Sat Aug 04 2012 David Malcolm <dmalcolm@redhat.com> - 1.1.1-0.10.20111110.git57ef11c
|
|
|
82d2bf |
- rebuild for https://fedoraproject.org/wiki/Features/Python_3.3
|
|
|
82d2bf |
|
|
|
82d2bf |
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.1-0.9.20111110.git57ef11c
|
|
|
82d2bf |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
82d2bf |
|
|
|
82d2bf |
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.1-0.8.20111110.git57ef11c
|
|
|
82d2bf |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
82d2bf |
|
|
|
82d2bf |
* Fri Nov 11 2011 Pierre-Yves Chibon <pingou@pingoured.fr> - 1.1.1-0.7.20111110git57ef11c
|
|
|
82d2bf |
- Fix the import of python-importlib (Finally!!)
|
|
|
82d2bf |
|
|
|
82d2bf |
* Fri Nov 11 2011 Pierre-Yves Chibon <pingou@pingoured.fr> - 1.1.1-0.6.20111110git57ef11c
|
|
|
82d2bf |
- Fix typo in the use if for python-importlib
|
|
|
82d2bf |
|
|
|
82d2bf |
* Fri Nov 11 2011 Pierre-Yves Chibon <pingou@pingoured.fr> - 1.1.1-0.5.20111110git57ef11c
|
|
|
82d2bf |
- Add python-importlib as BR and R on EL6
|
|
|
82d2bf |
|
|
|
82d2bf |
* Fri Nov 11 2011 Pierre-Yves Chibon <pingou@pingoured.fr> - 1.1.1-0.4.20111110git57ef11c
|
|
|
82d2bf |
- EL6 has no python3 /me should get glasses...
|
|
|
82d2bf |
- Fix comment on how to generate the tarball properly (previous method didn't keep the timestamp)
|
|
|
82d2bf |
|
|
|
82d2bf |
* Thu Nov 10 2011 Pierre-Yves Chibon <pingou@pingoured.fr> - 1.1.1-0.3.20111110git57ef11c
|
|
|
82d2bf |
- Fix the use of __python3 for the tests and the build
|
|
|
82d2bf |
- Change python-devel to python2-devel on the BR
|
|
|
82d2bf |
|
|
|
82d2bf |
* Thu Nov 10 2011 Pierre-Yves Chibon <pingou@pingoured.fr> - 1.1.1-0.2.20111110git57ef11c
|
|
|
82d2bf |
- Rename the package to remove the dot
|
|
|
82d2bf |
|
|
|
82d2bf |
* Thu Nov 10 2011 Pierre-Yves Chibon <pingou@pingoured.fr> - 1.1.1-0.1.20111110git57ef11c
|
|
|
82d2bf |
- Initial packaging work for Fedora
|