Blame SPECS/python-augeas.spec

f2d0b9
Name:		python-augeas
f2d0b9
Version:	0.5.0
f2d0b9
Release:	25%{?dist}
f2d0b9
Summary:	Python bindings to augeas
f2d0b9
License:	LGPLv2+
f2d0b9
URL:		http://augeas.net/
f2d0b9
Source0:	http://fedorahosted.org/released/%{name}/%{name}-%{version}.tar.gz
f2d0b9
Patch1:         0001-test-fix-discovery-of-location.patch
f2d0b9
BuildArch:	noarch
f2d0b9
f2d0b9
BuildRequires:	python3-setuptools
f2d0b9
BuildRequires:	python3-devel
f2d0b9
BuildRequires:	augeas
f2d0b9
BuildRequires:	python3-pytest
f2d0b9
f2d0b9
%description
f2d0b9
python-augeas is a set of Python bindings around augeas.
f2d0b9
f2d0b9
f2d0b9
%package -n python3-augeas
f2d0b9
Summary:	Python 3 bindings to augeas
f2d0b9
Requires:	augeas-libs
f2d0b9
%{?python_provide:%python_provide python3-augeas}
f2d0b9
f2d0b9
%description -n python3-augeas
f2d0b9
python3-augeas is a set of Python bindings around augeas.
f2d0b9
f2d0b9
f2d0b9
%prep
f2d0b9
%setup -q
f2d0b9
%patch1 -p1
f2d0b9
f2d0b9
%build
f2d0b9
%{py3_build}
f2d0b9
f2d0b9
%install
f2d0b9
%{py3_install}
f2d0b9
f2d0b9
%check
f2d0b9
pytest-3
f2d0b9
f2d0b9
%files -n python3-augeas
f2d0b9
%license COPYING
f2d0b9
%doc AUTHORS README.txt
f2d0b9
%{python3_sitelib}/augeas.py
f2d0b9
%{python3_sitelib}/python_augeas-*.egg-info
f2d0b9
%{python3_sitelib}/__pycache__/*
f2d0b9
f2d0b9
f2d0b9
%changelog
f2d0b9
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 0.5.0-25
f2d0b9
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
f2d0b9
  Related: rhbz#1991688
f2d0b9
f2d0b9
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 0.5.0-24
f2d0b9
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
f2d0b9
f2d0b9
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.0-23
f2d0b9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
f2d0b9
f2d0b9
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.0-22
f2d0b9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
f2d0b9
f2d0b9
* Sat May 23 2020 Miro Hrončok <mhroncok@redhat.com> - 0.5.0-21
f2d0b9
- Rebuilt for Python 3.9
f2d0b9
f2d0b9
* Thu Apr 02 2020 Pino Toscano <ptoscano@redhat.com> - 0.5.0-20
f2d0b9
- Backport upstream commit d93e1563add8c40450556b7d74520439ee792bd9 to fix
f2d0b9
  the discovery of location in the test
f2d0b9
- Execute the tests at build time
f2d0b9
- Add a simple gating test to execute the test script, and make it gating for
f2d0b9
  the python-augeas source
f2d0b9
f2d0b9
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.0-19
f2d0b9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
f2d0b9
f2d0b9
* Thu Nov 28 2019 Miro Hrončok <mhroncok@redhat.com> - 0.5.0-18
f2d0b9
- Subpackage python2-augeas has been removed
f2d0b9
  See https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal
f2d0b9
f2d0b9
* Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 0.5.0-17
f2d0b9
- Rebuilt for Python 3.8.0rc1 (#1748018)
f2d0b9
f2d0b9
* Fri Aug 16 2019 Miro Hrončok <mhroncok@redhat.com> - 0.5.0-16
f2d0b9
- Rebuilt for Python 3.8
f2d0b9
f2d0b9
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.0-15
f2d0b9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
f2d0b9
f2d0b9
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.0-14
f2d0b9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
f2d0b9
f2d0b9
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.0-13
f2d0b9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
f2d0b9
f2d0b9
* Sat Jun 16 2018 Miro Hrončok <mhroncok@redhat.com> - 0.5.0-12
f2d0b9
- Rebuilt for Python 3.7
f2d0b9
f2d0b9
* Wed Feb 14 2018 Iryna Shcherbina <ishcherb@redhat.com> - 0.5.0-11
f2d0b9
- Update Python 2 dependency declarations to new packaging standards
f2d0b9
  (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
f2d0b9
f2d0b9
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.0-10
f2d0b9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
f2d0b9
f2d0b9
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.0-9
f2d0b9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
f2d0b9
f2d0b9
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.0-8
f2d0b9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
f2d0b9
f2d0b9
* Mon Dec 12 2016 Charalampos Stratakis <cstratak@redhat.com> - 0.5.0-7
f2d0b9
- Rebuild for Python 3.6
f2d0b9
f2d0b9
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.0-6
f2d0b9
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
f2d0b9
f2d0b9
* Wed Feb 3 2016 Orion Poplawski <orion@cora.nwra.com> - 0.5.0-5
f2d0b9
- Modernize spec
f2d0b9
- Fix python3 package file ownership
f2d0b9
f2d0b9
* Tue Jan 19 2016 Nils Philippsen <nils@redhat.com>
f2d0b9
- use %%global instead of %%define
f2d0b9
f2d0b9
* Fri Nov 06 2015 Robert Kuska <rkuska@redhat.com> - 0.5.0-4
f2d0b9
- Rebuilt for Python3.5 rebuild
f2d0b9
f2d0b9
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.0-3
f2d0b9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
f2d0b9
f2d0b9
* Mon Sep 22 2014 Tomas Radej <tradej@redhat.com> - 0.5.0-2
f2d0b9
- Added Python 3 subpackage
f2d0b9
f2d0b9
* Thu Sep 04 2014 Greg Swift <gregswift@gmail.com> - 0.5.0-1
f2d0b9
- Version 0.5.0 release
f2d0b9
f2d0b9
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.1-6
f2d0b9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
f2d0b9
f2d0b9
* Tue Oct 22 2013 Greg Swift <gregswift@gmail.com> - 0.4.1-5
f2d0b9
- add python-ctypes dependency (rhbz#1020239)
f2d0b9
f2d0b9
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.1-4
f2d0b9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
f2d0b9
f2d0b9
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.1-3
f2d0b9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
f2d0b9
f2d0b9
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.1-2
f2d0b9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
f2d0b9
f2d0b9
* Mon Jan 16 2012 Greg Swift <gregswift@gmail.com> 0.4.1-1
f2d0b9
- version 0.4.1
f2d0b9
- include egg only on F-9, RHEL-6 and later
f2d0b9
f2d0b9
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.0-8
f2d0b9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
f2d0b9
f2d0b9
* Fri Feb 18 2011 Harald Hoyer <harald@redhat.com> 0.3.0-7
f2d0b9
- only include egg-info, if fedora >=9 or rhel >= 6
f2d0b9
Resolves: rhbz#661452
f2d0b9
f2d0b9
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.0-6
f2d0b9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
f2d0b9
f2d0b9
* Wed Jul 21 2010 David Malcolm <dmalcolm@redhat.com> - 0.3.0-5
f2d0b9
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
f2d0b9
f2d0b9
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.0-4
f2d0b9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
f2d0b9
f2d0b9
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.0-3
f2d0b9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
f2d0b9
f2d0b9
* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 0.3.0-2
f2d0b9
- Rebuild for Python 2.6
f2d0b9
f2d0b9
* Tue Sep 09 2008 Harald Hoyer <harald@redhat.com> 0.3.0-1
f2d0b9
- version 0.3.0
f2d0b9
f2d0b9
* Thu Jul 03 2008 Harald Hoyer <harald@redhat.com> 0.2.1-1
f2d0b9
- version 0.2.1
f2d0b9
f2d0b9
* Wed Jun 11 2008 Harald Hoyer <harald@redhat.com> 0.2.0-1
f2d0b9
- switched to noarch, dlopen/ python bindings
f2d0b9
f2d0b9
* Mon May 05 2008 Harald Hoyer <harald@redhat.com> 0.1.0-4
f2d0b9
- version to import in CVS (rhbz#444945)
f2d0b9
f2d0b9
* Mon May 05 2008 Harald Hoyer <harald@redhat.com> 0.1.0-3
f2d0b9
- set mode of _augeas.so to 0755
f2d0b9
f2d0b9
* Mon May 05 2008 Harald Hoyer <harald@redhat.com> 0.1.0-2
f2d0b9
- wildcard to catch egg-info in case it is build
f2d0b9
f2d0b9
* Fri May 02 2008 Harald Hoyer <harald@redhat.com> 0.1.0-1
f2d0b9
- new version
f2d0b9
f2d0b9
* Wed Apr 16 2008 Harald Hoyer <harald@redhat.com> - 0.0.8-1
f2d0b9
- initial version