Blame SPECS/python-augeas.spec

f3da1a
Name:		python-augeas
f3da1a
Version:	0.5.0
9c7a52
Release:	12%{?dist}
f3da1a
Summary:	Python bindings to augeas
f3da1a
Group:		Development/Languages
f3da1a
License:	LGPLv2+
f3da1a
URL:		http://augeas.net/
f3da1a
Source0:	http://fedorahosted.org/released/%{name}/%{name}-%{version}.tar.gz
9c7a52
Patch1:		0001-test-fix-discovery-of-location.patch
f3da1a
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
f3da1a
BuildArch:	noarch
f3da1a
f3da1a
BuildRequires:	python3-setuptools python3-devel
9c7a52
BuildRequires:	augeas python3-pytest
f3da1a
f3da1a
%description
f3da1a
python-augeas is a set of Python bindings around augeas.
f3da1a
f3da1a
%package -n python3-augeas
f3da1a
Summary:	Python 3 bindings to augeas
f3da1a
Requires:	augeas-libs
f3da1a
%{?python_provide:%python_provide python3-augeas}
f3da1a
f3da1a
%description -n python3-augeas
f3da1a
python3-augeas is a set of Python bindings around augeas.
f3da1a
f3da1a
f3da1a
%prep
f3da1a
%setup -q
9c7a52
%patch1 -p1
f3da1a
f3da1a
%{py3_build}
f3da1a
%{py3_install}
f3da1a
9c7a52
%check
9c7a52
pytest-3
9c7a52
f3da1a
%files -n python3-augeas
f3da1a
%license COPYING
f3da1a
%doc AUTHORS README.txt
f3da1a
%{python3_sitelib}/augeas.py
f3da1a
%{python3_sitelib}/python_augeas-*.egg-info
f3da1a
%{python3_sitelib}/__pycache__/*
f3da1a
f3da1a
f3da1a
%changelog
9c7a52
* Tue May 14 2019 Pino Toscano <ptoscano@redhat.com> - 0.5.0-12
9c7a52
- Run the tests during the build (RHBZ#1682268).
9c7a52
f3da1a
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.0-10
f3da1a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
f3da1a
f3da1a
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.0-9
f3da1a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
f3da1a
f3da1a
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.0-8
f3da1a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
f3da1a
f3da1a
* Mon Dec 12 2016 Charalampos Stratakis <cstratak@redhat.com> - 0.5.0-7
f3da1a
- Rebuild for Python 3.6
f3da1a
f3da1a
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.0-6
f3da1a
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
f3da1a
f3da1a
* Wed Feb 3 2016 Orion Poplawski <orion@cora.nwra.com> - 0.5.0-5
f3da1a
- Modernize spec
f3da1a
- Fix python3 package file ownership
f3da1a
f3da1a
* Tue Jan 19 2016 Nils Philippsen <nils@redhat.com>
f3da1a
- use %%global instead of %%define
f3da1a
f3da1a
* Fri Nov 06 2015 Robert Kuska <rkuska@redhat.com> - 0.5.0-4
f3da1a
- Rebuilt for Python3.5 rebuild
f3da1a
f3da1a
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.0-3
f3da1a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
f3da1a
f3da1a
* Mon Sep 22 2014 Tomas Radej <tradej@redhat.com> - 0.5.0-2
f3da1a
- Added Python 3 subpackage
f3da1a
f3da1a
* Thu Sep 04 2014 Greg Swift <gregswift@gmail.com> - 0.5.0-1
f3da1a
- Version 0.5.0 release
f3da1a
f3da1a
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.1-6
f3da1a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
f3da1a
f3da1a
* Tue Oct 22 2013 Greg Swift <gregswift@gmail.com> - 0.4.1-5
f3da1a
- add python-ctypes dependency (rhbz#1020239)
f3da1a
f3da1a
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.1-4
f3da1a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
f3da1a
f3da1a
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.1-3
f3da1a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
f3da1a
f3da1a
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.1-2
f3da1a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
f3da1a
f3da1a
* Mon Jan 16 2012 Greg Swift <gregswift@gmail.com> 0.4.1-1
f3da1a
- version 0.4.1
f3da1a
- include egg only on F-9, RHEL-6 and later
f3da1a
f3da1a
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.0-8
f3da1a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
f3da1a
f3da1a
* Fri Feb 18 2011 Harald Hoyer <harald@redhat.com> 0.3.0-7
f3da1a
- only include egg-info, if fedora >=9 or rhel >= 6
f3da1a
Resolves: rhbz#661452
f3da1a
f3da1a
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.0-6
f3da1a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
f3da1a
f3da1a
* Wed Jul 21 2010 David Malcolm <dmalcolm@redhat.com> - 0.3.0-5
f3da1a
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
f3da1a
f3da1a
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.0-4
f3da1a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
f3da1a
f3da1a
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.0-3
f3da1a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
f3da1a
f3da1a
* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 0.3.0-2
f3da1a
- Rebuild for Python 2.6
f3da1a
f3da1a
* Tue Sep 09 2008 Harald Hoyer <harald@redhat.com> 0.3.0-1
f3da1a
- version 0.3.0
f3da1a
f3da1a
* Thu Jul 03 2008 Harald Hoyer <harald@redhat.com> 0.2.1-1
f3da1a
- version 0.2.1
f3da1a
f3da1a
* Wed Jun 11 2008 Harald Hoyer <harald@redhat.com> 0.2.0-1
f3da1a
- switched to noarch, dlopen/ python bindings
f3da1a
f3da1a
* Mon May 05 2008 Harald Hoyer <harald@redhat.com> 0.1.0-4
f3da1a
- version to import in CVS (rhbz#444945)
f3da1a
f3da1a
* Mon May 05 2008 Harald Hoyer <harald@redhat.com> 0.1.0-3
f3da1a
- set mode of _augeas.so to 0755
f3da1a
f3da1a
* Mon May 05 2008 Harald Hoyer <harald@redhat.com> 0.1.0-2
f3da1a
- wildcard to catch egg-info in case it is build
f3da1a
f3da1a
* Fri May 02 2008 Harald Hoyer <harald@redhat.com> 0.1.0-1
f3da1a
- new version
f3da1a
f3da1a
* Wed Apr 16 2008 Harald Hoyer <harald@redhat.com> - 0.0.8-1
f3da1a
- initial version