## START: Set by rpmautospec ## (rpmautospec version 0.3.5) ## RPMAUTOSPEC: autorelease, autochangelog %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: release_number = 1; base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}")); print(release_number + base_release_number - 1); }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} ## END: Set by rpmautospec # Sphinx-generated HTML documentation is not suitable for packaging; see # https://bugzilla.redhat.com/show_bug.cgi?id=2006555 for discussion. # # We can generate PDF documentation as a substitute. %bcond doc_pdf 1 Name: python-OWSLib Version: 0.29.3 Release: %autorelease Summary: Client library for OGC web services License: BSD-3-Clause URL: https://geopython.github.io/OWSLib %global forgeurl https://github.com/geopython/OWSLib Source: %{forgeurl}/archive/%{version}/OWSLib-%{version}.tar.gz BuildArch: noarch BuildRequires: python3-devel %if %{with doc_pdf} BuildRequires: make BuildRequires: python3-sphinx-latex BuildRequires: latexmk BuildRequires: pandoc %endif %global common_description %{expand: OWSLib is a Python package for client programming with Open Geospatial Consortium (OGC) web service (hence OWS) interface standards, and their related content models. Full documentation is available at http://geopython.github.io/OWSLib OWSLib provides a common API for accessing service metadata and wrappers for numerous OGC Web Service interfaces.} %description %{common_description} %package -n python3-OWSLib Summary: %{summary} %py_provides python3-owslib %description -n python3-OWSLib %{common_description} %package doc Summary: Documentation and examples for OWSLib %description doc %{summary}. %prep %autosetup -n OWSLib-%{version} # Don’t analyze/report test coverage sed -r -i 's/[-]-cov[^[:blank:]]*[[:blank:]][^[[:blank:]]+//g' tox.ini # Don’t generate linting/coverage dependencies. # # We don’t have python3dist(pandoc) packaged, and besides, we don’t actually # need python3dist(pandoc)—only the pandoc command-line tool, which we have # manually BR’d. # # Don’t generate twine dependency, which is just for the upstream maintainer # uploading to PyPI. sed -r -e '/^(flake8|pytest-cov|twine|coverage|coveralls)\b/d' \ requirements-dev.txt | tee requirements-dev-filtered.txt # We don’t need shebangs in the examples. The pattern of selecting files # before modifying them with sed keeps us from unnecessarily discarding the # original mtimes on unmodified files. find 'examples' -type f -name '*.py' \ -exec gawk '/^#!/ { print FILENAME }; { nextfile }' '{}' '+' | xargs -r sed -r -i '1{/^#!/d}' # Some of them, but not all of them, were executable. chmod -v a-x examples/*.py # Because at least one notebook requires Internet access, we must continue past # notebook errors when building documentation. echo 'nbsphinx_allow_errors = True' >> docs/source/conf.py %generate_buildrequires %{pyproject_buildrequires \ %{?with_doc_pdf:docs/requirements.txt} \ requirements-dev-filtered.txt} %build %pyproject_wheel %if %{with doc_pdf} PYTHONPATH="${PWD}" %make_build -C docs latex \ SPHINXOPTS='-j%{?_smp_build_ncpus}' %make_build -C docs/build/latex LATEXMKOPTS='-quiet' %endif %install %pyproject_install %pyproject_save_files owslib %check # Otherwise, pytest finds the package twice in the Python path and complains. rm -rf owslib # There is a convenient “online” mark for deselecting tests that require # Internet access, but we still have to manually deselect doctests that try to # make network requests. k="${k-}${k+ and }not wms_geoserver_mass_gis.txt" k="${k-}${k+ and }not wfs_MapServerWFSFeature.txt" k="${k-}${k+ and }not wfs_MapServerWFSCapabilities.txt" k="${k-}${k+ and }not wfs2_storedqueries.txt" k="${k-}${k+ and }not wfs1_generic.txt" k="${k-}${k+ and }not wcs_thredds.txt" k="${k-}${k+ and }not test_wmts_example_informatievlaanderen" # This is a trivial error where the representation of the expected TypeError # has changed over time: # Differences (unified diff with -expected +actual): # @@ -1,3 +1,6 @@ # Traceback (most recent call last): # -... # -TypeError: get_namespace() ... # + File "/usr/lib64/python3.10/doctest.py", line 1346, in __run # + exec(compile(example.source, filename, "single", # + File "", line 1, in # + ns.get_namespace() # +TypeError: Namespaces.get_namespace() missing 1 required positional argument: 'key' k="${k-}${k+ and }not namespaces.txt" # Unknown problem—check if it is fixed in a later version: k="${k-}${k+ and } not (TestOffline and test_wfs_110_remotemd_parse_all)" k="${k-}${k+ and } not (TestOffline and test_wfs_110_remotemd_parse_single)" k="${k-}${k+ and } not (TestOffline and test_wfs_200_remotemd_parse_all)" k="${k-}${k+ and } not (TestOffline and test_wfs_200_remotemd_parse_single)" k="${k-}${k+ and } not (TestOffline and test_wms_130_remotemd_parse_all)" k="${k-}${k+ and } not (TestOffline and test_wms_130_remotemd_parse_single)" %pytest -m 'not online' -k "${k-}" %files -n python3-OWSLib -f %{pyproject_files} # pyproject_files handles LICENSE; verify with “rpm -qL -p …” %files doc %license LICENSE %doc AUTHORS.rst %doc README.md %doc examples/ %if %{with doc_pdf} %doc docs/build/latex/OWSLib.pdf %endif %changelog * Tue Nov 07 2023 Benjamin A. Beasley - 0.29.3-1 - Update to 0.29.3 (close RHBZ#2248215) * Fri Jul 21 2023 Fedora Release Engineering - 0.29.2-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Mon Jul 03 2023 Python Maint - 0.29.2-5 - Rebuilt for Python 3.12 * Tue Jun 20 2023 Benjamin A. Beasley - 0.29.2-4 - Use new (rpm 4.17.1+) bcond style * Sun May 21 2023 Benjamin A. Beasley - 0.29.2-1 - Update to 0.29.2 (close RHBZ#2208756) * Thu Apr 13 2023 Benjamin A. Beasley - 0.29.1-1 - Update to 0.29.1 (close RHBZ#2186365) * Sun Apr 09 2023 Benjamin A. Beasley - 0.29.0-1 - Update to 0.29.0 (close RHBZ#2185445) * Sat Mar 18 2023 Benjamin A. Beasley - 0.28.1-3 - Don’t assume %%_smp_mflags is -j%%_smp_build_ncpus * Wed Mar 08 2023 Benjamin A. Beasley - 0.28.1-2 - Move some text doc files to the -doc subpackage * Fri Feb 24 2023 Benjamin A. Beasley - 0.28.1-1 - Update to 0.28.1 (close RHBZ#2173195) * Mon Feb 20 2023 Benjamin A. Beasley - 0.28.0-1 - Update to 0.28.0 (close RHBZ#2171409) * Fri Jan 20 2023 Fedora Release Engineering - 0.27.2-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Wed Nov 30 2022 Benjamin A. Beasley - 0.27.2-3 - Drop default argument -r for pyproject_buildrequires * Wed Nov 16 2022 Benjamin A. Beasley - 0.27.2-2 - Drop some doc BR’s when PDF docs are disabled * Sun Aug 28 2022 Benjamin A. Beasley - 0.27.2-1 - Update to 0.27.2 (close RHBZ#2122000) * Sun Aug 28 2022 Benjamin A. Beasley - 0.26.0-6 - Update License to SPDX * Fri Jul 22 2022 Fedora Release Engineering - 0.26.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Mon Jul 11 2022 Benjamin A. Beasley - 0.26.0-4 - Fix a typo in a spec file comment * Thu Jul 07 2022 Benjamin A. Beasley - 0.26.0-3 - Fix extra newline in description * Tue Jun 21 2022 Python Maint - 0.26.0-2 - Rebuilt for Python 3.11 * Fri Jun 10 2022 Benjamin A. Beasley - 0.26.0-1 - Update to 0.26.0 (close RHBZ#2095806) * Fri Jan 21 2022 Fedora Release Engineering - 0.25.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Thu Dec 23 2021 Benjamin A. Beasley - 0.25.0-3 - Add Provides for python3-owslib * Thu Dec 23 2021 Benjamin A. Beasley - 0.25.0-2 - Don’t generate BuildRequires on twine * Wed Dec 22 2021 Benjamin A. Beasley - 0.25.0-1 - Update to 0.25.0 (close RHBZ#1918539) * Tue Dec 21 2021 Benjamin A. Beasley - 0.21.0-6 - Modernize packaging; run tests; add -doc subpackage * Fri Jul 23 2021 Fedora Release Engineering - 0.21.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Fri Jun 04 2021 Python Maint - 0.21.0-3 - Rebuilt for Python 3.10 * Wed Jan 27 2021 Fedora Release Engineering - 0.21.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Wed Dec 09 2020 Volker Fröhlich - 0.21.0-1 - New upstream release * Tue Jul 28 2020 Fedora Release Engineering - 0.20.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Fri Jun 05 2020 Volker Fröhlich - 0.20.0-1 - New upstream release * Tue May 26 2020 Miro Hrončok - 0.19.1-2 - Rebuilt for Python 3.9 * Sun Feb 02 2020 Volker Fröhlich - 0.19.1-1 - New upstream release * Thu Jan 30 2020 Fedora Release Engineering - 0.19.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Sun Jan 19 2020 Volker Fröhlich - 0.19.0-1 - New upstream release * Thu Oct 03 2019 Miro Hrončok - 0.18.0-4 - Rebuilt for Python 3.8.0rc1 (#1748018) * Mon Aug 19 2019 Miro Hrončok - 0.18.0-3 - Rebuilt for Python 3.8 * Fri Jul 26 2019 Fedora Release Engineering - 0.18.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Wed Jun 26 2019 Volker Fröhlich - 0.18.0-1 - New upstream release * Mon Feb 11 2019 Miro Hrončok - 0.17.0-3 - Subpackage python2-owslib has been removed See https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal * Sat Feb 02 2019 Fedora Release Engineering - 0.17.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Wed Sep 19 2018 Volker Fröhlich - 0.17.0-1 - New upstream release - Update names of documentation files * Fri Jul 13 2018 Fedora Release Engineering - 0.16.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Tue Jun 19 2018 Miro Hrončok - 0.16.0-4 - Rebuilt for Python 3.7 * Wed Feb 21 2018 Iryna Shcherbina - 0.16.0-3 - Update Python 2 dependency declarations to new packaging standards (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) * Fri Feb 09 2018 Fedora Release Engineering - 0.16.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Fri Dec 22 2017 Volker Fröhlich - 0.16.0-1 - New upstream release * Thu Sep 14 2017 Volker Fröhlich - 0.15.0-1 - New upstream release * Tue Aug 29 2017 Zbigniew Jędrzejewski-Szmek - 0.14.0-5 - Add Provides for the old name * Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek - 0.14.0-4 - Python 2 binary package renamed to python2-owslib See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 * Thu Jul 27 2017 Fedora Release Engineering - 0.14.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Sat Feb 11 2017 Fedora Release Engineering - 0.14.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Thu Jan 12 2017 Volker Fröhlich - 0.14.0-1 - New upstream release * Mon Dec 19 2016 Miro Hrončok - 0.13.0-2 - Rebuild for Python 3.6 * Sun Sep 25 2016 Volker Fröhlich - 0.13.0-1 - New upstream release * Tue Sep 13 2016 Volker Fröhlich - 0.12.0-1 - New upstream release - Update URL and Source * Tue Jul 19 2016 Fedora Release Engineering - 0.11.2-2 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages * Mon May 16 2016 Volker Fröhlich - 0.11.2-1 - New upstream release * Sat May 14 2016 Volker Fröhlich - 0.11.1-1 - New upstream release * Fri Apr 1 2016 Volker Fröhlich - 0.11.0-1 - New upstream release * Thu Feb 04 2016 Fedora Release Engineering - 0.10.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Mon Nov 23 2015 Volker Fröhlich - 0.10.3-1 - New upstream release * Sun Nov 22 2015 Volker Fröhlich - 0.10.1-1 - New upstream release * Thu Nov 12 2015 Fedora Release Engineering - 0.10.0-2 - Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5 * Wed Nov 11 2015 Volker Fröhlich - 0.10.0-1 - New upstream release * Tue Nov 10 2015 Fedora Release Engineering - 0.9.2-2 - Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5 * Fri Sep 25 2015 Volker Fröhlich - 0.9.2-1 - New upstream release * Sun Sep 6 2015 Volker Fröhlich - 0.9.1-2 - Add pyproj dependency * Sun Sep 6 2015 Volker Fröhlich - 0.9.1-1 - New upstream release * Thu Jun 18 2015 Fedora Release Engineering - 0.9.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Sat Jun 13 2015 Volker Fröhlich - 0.9.0-1 - New upstream release - Add Python 3 sub-package * Sat Feb 14 2015 Volker Fröhlich - 0.8.13-1 - New upstream release * Tue Dec 23 2014 Volker Fröhlich - 0.8.12-1 - New upstream release * Wed Dec 17 2014 Volker Fröhlich - 0.8.11-1 - New upstream release * Mon Oct 13 2014 Volker Fröhlich - 0.8.10-1 - New upstream release * Wed Sep 24 2014 Volker Fröhlich - 0.8.9-1 - New upstream release * Mon Jul 7 2014 Volker Fröhlich - 0.8.8-1 - New upstream release * Wed Jul 2 2014 Volker Fröhlich - 0.8.7-3 - Changed package summary * Tue Jul 1 2014 Volker Fröhlich - 0.8.7-2 - Correct BR python-setuptools-devel to python-setuptools * Mon Jun 30 2014 Volker Fröhlich - 0.8.7-1 - Initial package for Fedora