RHEL 9.0.0 Alpha bootstrap
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/python-jsonpointer#0d5163b2c9b7b08e5ff500029f5d17795e877fc4
This commit is contained in:
		
							parent
							
								
									d01cf0b144
								
							
						
					
					
						commit
						bc99c6df91
					
				
							
								
								
									
										1
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							| @ -0,0 +1 @@ | |||||||
|  | /jsonpointer-*.tar.gz | ||||||
							
								
								
									
										154
									
								
								python-jsonpointer.spec
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										154
									
								
								python-jsonpointer.spec
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,154 @@ | |||||||
|  | %global pypi_name jsonpointer | ||||||
|  | %global github_name python-json-pointer | ||||||
|  | 
 | ||||||
|  | Name:           python-%{pypi_name} | ||||||
|  | Version:        2.0 | ||||||
|  | Release:        1%{?dist} | ||||||
|  | Summary:        Resolve JSON Pointers in Python | ||||||
|  | 
 | ||||||
|  | License:        BSD | ||||||
|  | URL:            https://github.com/stefankoegl/%{github_name} | ||||||
|  | Source0:        https://pypi.io/packages/source/j/%{pypi_name}/%{pypi_name}-%{version}.tar.gz | ||||||
|  | 
 | ||||||
|  | BuildArch:      noarch | ||||||
|  | 
 | ||||||
|  | 
 | ||||||
|  | %description | ||||||
|  | Library to resolve JSON Pointers according to RFC 6901. | ||||||
|  | 
 | ||||||
|  | 
 | ||||||
|  | %package -n python3-%{pypi_name} | ||||||
|  | Summary:        %{summary} | ||||||
|  | BuildRequires:  python3-devel | ||||||
|  | BuildRequires:  python3-setuptools | ||||||
|  | %{?python_provide:%python_provide python3-%{pypi_name}} | ||||||
|  | 
 | ||||||
|  | %description -n python3-%{pypi_name} | ||||||
|  | Library to resolve JSON Pointers according to RFC 6901. | ||||||
|  | 
 | ||||||
|  | %prep | ||||||
|  | %setup -q -n %{pypi_name}-%{version} | ||||||
|  | 
 | ||||||
|  | %build | ||||||
|  | %py3_build | ||||||
|  | 
 | ||||||
|  | %install | ||||||
|  | 
 | ||||||
|  | %py3_install | ||||||
|  | mv %{buildroot}%{_bindir}/jsonpointer %{buildroot}%{_bindir}/jsonpointer-%{python3_version} | ||||||
|  | ln -s ./jsonpointer-%{python3_version} %{buildroot}%{_bindir}/jsonpointer-3 | ||||||
|  | ln -s ./jsonpointer-%{python3_version} %{buildroot}%{_bindir}/jsonpointer | ||||||
|  | 
 | ||||||
|  | 
 | ||||||
|  | %check | ||||||
|  | %{__python3} tests.py | ||||||
|  | 
 | ||||||
|  | 
 | ||||||
|  | %files -n python3-%{pypi_name} | ||||||
|  | %doc README.md AUTHORS | ||||||
|  | %license LICENSE.txt | ||||||
|  | %{_bindir}/jsonpointer | ||||||
|  | %{_bindir}/jsonpointer-3* | ||||||
|  | %{python3_sitelib}/__pycache__/* | ||||||
|  | %{python3_sitelib}/%{pypi_name}.py* | ||||||
|  | %{python3_sitelib}/%{pypi_name}-%{version}-py%{python3_version}.egg-info/ | ||||||
|  | 
 | ||||||
|  | %changelog | ||||||
|  | * Wed Sep 30 2020 Andreas Gerstmayr <agerstmayr@redhat.com> - 2.0-1 | ||||||
|  | - update to upstream version 2.0 | ||||||
|  | 
 | ||||||
|  | * Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.10-21 | ||||||
|  | - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild | ||||||
|  | 
 | ||||||
|  | * Sat May 23 2020 Miro Hrončok <mhroncok@redhat.com> - 1.10-20 | ||||||
|  | - Rebuilt for Python 3.9 | ||||||
|  | 
 | ||||||
|  | * Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.10-19 | ||||||
|  | - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild | ||||||
|  | 
 | ||||||
|  | * Mon Sep 23 2019 Miro Hrončok <mhroncok@redhat.com> - 1.10-18 | ||||||
|  | - Subpackage python2-jsonpointer has been removed | ||||||
|  |   See https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal | ||||||
|  | 
 | ||||||
|  | * Thu Aug 15 2019 Miro Hrončok <mhroncok@redhat.com> - 1.10-17 | ||||||
|  | - Rebuilt for Python 3.8 | ||||||
|  | 
 | ||||||
|  | * Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.10-16 | ||||||
|  | - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild | ||||||
|  | 
 | ||||||
|  | * Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.10-15 | ||||||
|  | - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild | ||||||
|  | 
 | ||||||
|  | * Sun Nov 18 2018 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 1.10-14 | ||||||
|  | - Use C.UTF-8 locale | ||||||
|  |   See https://fedoraproject.org/wiki/Changes/Remove_glibc-langpacks-all_from_buildroot | ||||||
|  | 
 | ||||||
|  | * Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.10-13 | ||||||
|  | - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild | ||||||
|  | 
 | ||||||
|  | * Fri Jun 15 2018 Miro Hrončok <mhroncok@redhat.com> - 1.10-12 | ||||||
|  | - Rebuilt for Python 3.7 | ||||||
|  | 
 | ||||||
|  | * Tue Apr 03 2018 Charalampos Stratakis <cstratak@redhat.com> - 1.10-11 | ||||||
|  | - Conditionalize the Python 2 subpackage and don't build it on EL > 7 | ||||||
|  | 
 | ||||||
|  | * Mon Feb 12 2018 Iryna Shcherbina <ishcherb@redhat.com> - 1.10-10 | ||||||
|  | - Update Python 2 dependency declarations to new packaging standards | ||||||
|  |   (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) | ||||||
|  | 
 | ||||||
|  | * Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.10-9 | ||||||
|  | - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild | ||||||
|  | 
 | ||||||
|  | * Fri Sep 29 2017 Troy Dawson <tdawson@redhat.com> - 1.10-8 | ||||||
|  | - Cleanup spec file conditionals | ||||||
|  | 
 | ||||||
|  | * Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.10-7 | ||||||
|  | - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild | ||||||
|  | 
 | ||||||
|  | * Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.10-6 | ||||||
|  | - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild | ||||||
|  | 
 | ||||||
|  | * Fri Dec 09 2016 Charalampos Stratakis <cstratak@redhat.com> - 1.10-5 | ||||||
|  | - Rebuild for Python 3.6 | ||||||
|  | 
 | ||||||
|  | * Mon Sep  5 2016 Haïkel Guémar <hguemar@fedoraproject.org> - 1.10-4 | ||||||
|  | - Update to latest python guidelines | ||||||
|  | 
 | ||||||
|  | * Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.10-3 | ||||||
|  | - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages | ||||||
|  | 
 | ||||||
|  | * Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.10-2 | ||||||
|  | - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild | ||||||
|  | 
 | ||||||
|  | * Sat Dec 19 2015 Alan Pevec <alan.pevec@redhat.com> 1.10-1 | ||||||
|  | - Update to 1.10 | ||||||
|  | 
 | ||||||
|  | * Sat Nov 14 2015 Tonet Jallo <tonet666p@gmail.com> - 1.9-4 | ||||||
|  | - Moved a line from files section to python3 files section | ||||||
|  | 
 | ||||||
|  | * Tue Nov 10 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.9-3 | ||||||
|  | - Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5 | ||||||
|  | 
 | ||||||
|  | * Fri Aug 07 2015 Alan Pevec <apevec@gmail.com> - 1.9-2 | ||||||
|  | - Update to 1.9 | ||||||
|  | 
 | ||||||
|  | * Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0-7 | ||||||
|  | - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild | ||||||
|  | 
 | ||||||
|  | * Thu Jul 31 2014 Tom Callaway <spot@fedoraproject.org> - 1.0-6 | ||||||
|  | - fix license handling | ||||||
|  | 
 | ||||||
|  | * Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0-5 | ||||||
|  | - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild | ||||||
|  | 
 | ||||||
|  | * Wed May 28 2014 Kalev Lember <kalevlember@gmail.com> - 1.0-4 | ||||||
|  | - Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4 | ||||||
|  | 
 | ||||||
|  | * Wed Feb  5 2014 Thomas Spura <tomspur@fedoraproject.org> - 1.0-3 | ||||||
|  | - add python3 subpackage (#1061622) | ||||||
|  | 
 | ||||||
|  | * Thu Sep 05 2013 Alan Pevec <apevec@gmail.com> - 1.0-2 | ||||||
|  | - add AUTHORS to docs | ||||||
|  | 
 | ||||||
|  | * Mon Jul 01 2013 Alan Pevec <apevec@gmail.com> - 1.0-1 | ||||||
|  | - Initial package. | ||||||
		Loading…
	
		Reference in New Issue
	
	Block a user