Blame SPECS/python-ncclient.spec

rdobuilder 601169
rdobuilder 601169
Name:           python-ncclient
rdobuilder 601169
Version:        0.6.16
rdobuilder 601169
Release:        1%{?dist}
rdobuilder 601169
Summary:        Python library for the NETCONF protocol
rdobuilder 601169
rdobuilder 601169
# The entire source is Apache-2.0, except:
rdobuilder 601169
#
rdobuilder 601169
# Unlicense:
rdobuilder 601169
# - The script versioneer.py (a vendored, amalgamated copy of
rdobuilder 601169
#   python3dist(versioneer) = 0.28 that is not packaged), and the file
rdobuilder 601169
#   ncclient/_version.py, which was generated by it
rdobuilder 601169
License:        Apache-2.0 AND Unlicense
rdobuilder 601169
URL:            https://github.com/ncclient/ncclient
rdobuilder 601169
Source0:        %{url}/archive/v%{version}/ncclient-%{version}.tar.gz
rdobuilder 601169
rdobuilder 601169
BuildArch:      noarch
rdobuilder 601169
rdobuilder 601169
BuildRequires:  python3-devel
rdobuilder 601169
rdobuilder 601169
# requirements.txt
rdobuilder 601169
BuildRequires:  python3-setuptools > 0.5
rdobuilder 601169
BuildRequires:  python3-paramiko > 1.15.0
rdobuilder 601169
BuildRequires:  python3-lxml > 3.3.0
rdobuilder 601169
BuildRequires:  python3-six
rdobuilder 601169
rdobuilder 601169
# test-requirements.txt
rdobuilder 601169
BuildRequires:  python3-pytest-runner
rdobuilder 601169
# Skip sphinx: we do not test building the documentation
rdobuilder 601169
# Skip flake8; we do not run style/linting tests
rdobuilder 601169
# Skip pytest-cov; we do not run coverage analysis
rdobuilder 601169
rdobuilder 601169
BuildRequires:  python3-pytest
rdobuilder 601169
rdobuilder 601169
%global common_description %{expand:
rdobuilder 601169
ncclient is a Python library that facilitates client-side scripting and
rdobuilder 601169
application development around the NETCONF protocol. ncclient was developed by
rdobuilder 601169
Shikar Bhushan.net). It is now maintained by Leonidas Poulopoulos (@leopoul)
rdobuilder 601169
and Einar Nilsen-Nygaard (@einarnn).
rdobuilder 601169
rdobuilder 601169
Docs: http://ncclient.readthedocs.org
rdobuilder 601169
rdobuilder 601169
PyPI: https://pypi.python.org/pypi/ncclient}
rdobuilder 601169
rdobuilder 601169
%description %{common_description}
rdobuilder 601169
rdobuilder 601169
rdobuilder 601169
%package -n python3-ncclient
rdobuilder 601169
Summary:        %{summary}
rdobuilder 601169
%py_provides python3-ncclient
rdobuilder 601169
rdobuilder 601169
%description -n python3-ncclient %{common_description}
rdobuilder 601169
rdobuilder 601169
rdobuilder 601169
%package doc
rdobuilder 601169
Summary:        Documentation and examples for python-ncclient
rdobuilder 601169
rdobuilder 601169
# Cannot build documentation because sphinx is too old:
rdobuilder 601169
# BuildRequires:  make
rdobuilder 601169
# # docs/requirements.txt
rdobuilder 601169
# BuildRequires:  python#{python3_pkgversion}-sphinx >= 3.2.0
rdobuilder 601169
rdobuilder 601169
%description doc
rdobuilder 601169
The python-ncclient-doc package contains detailed documentation and examples
rdobuilder 601169
for python-ncclient.
rdobuilder 601169
rdobuilder 601169
rdobuilder 601169
%prep
rdobuilder 601169
%autosetup -n ncclient-%{version}
rdobuilder 601169
%py3_shebang_fix examples
rdobuilder 601169
rdobuilder 601169
rdobuilder 601169
%build
rdobuilder 601169
%py3_build
rdobuilder 601169
rdobuilder 601169
rdobuilder 601169
%install
rdobuilder 601169
%py3_install
rdobuilder 601169
rdobuilder 601169
rdobuilder 601169
%check
rdobuilder 601169
%pytest
rdobuilder 601169
rdobuilder 601169
 
rdobuilder 601169
%files -n python3-ncclient
rdobuilder 601169
%license LICENSE
rdobuilder 601169
%{python3_sitelib}/ncclient/
rdobuilder 601169
%{python3_sitelib}/ncclient-%{version}-py%{python3_version}.egg-info/
rdobuilder 601169
rdobuilder 601169
rdobuilder 601169
%files doc
rdobuilder 601169
%license LICENSE
rdobuilder 601169
%doc Changelog
rdobuilder 601169
%doc NOTICE
rdobuilder 601169
%doc README.md
rdobuilder 601169
%doc README.rst
rdobuilder 601169
%doc examples/
rdobuilder 601169
rdobuilder 601169
rdobuilder 601169
%changelog
rdobuilder 601169
* Wed Oct 09 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 0.6.16-1
rdobuilder 601169
- Update to 0.6.16 (close RHBZ#2317548)
rdobuilder 601169
rdobuilder 601169
* Sun Oct 22 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 0.6.15-1
rdobuilder 601169
- Update to 0.6.15 (close RHBZ#2244719)
rdobuilder 601169
rdobuilder 601169
* Sun Oct 22 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 0.6.13-4
rdobuilder 601169
- Remove obsolete rpmlintrc
rdobuilder 601169
rdobuilder 601169
* Sun Oct 22 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 0.6.13-3
rdobuilder 601169
- Use a trailing slash when listing directories in files lists
rdobuilder 601169
rdobuilder 601169
* Sun Oct 22 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 0.6.13-2
rdobuilder 601169
- Update License to SPDX
rdobuilder 601169
rdobuilder 601169
* Mon Apr 11 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 0.6.13-1
rdobuilder 601169
- Update to 0.6.13 (close RHBZ#2073846)
rdobuilder 601169
rdobuilder 601169
* Mon Apr 11 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 0.6.12-5
rdobuilder 601169
- Drop “forge” macros, since they don’t benefit us much
rdobuilder 601169
rdobuilder 601169
* Mon Apr 11 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 0.6.12-4
rdobuilder 601169
- %%%%python3_pkgversion is unnecessary on EPEL8
rdobuilder 601169
rdobuilder 601169
* Mon Apr 11 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 0.6.12-3
rdobuilder 601169
- Reduce macro indirection in the spec file
rdobuilder 601169
rdobuilder 601169
* Sun May 30 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 0.6.12-1
rdobuilder 601169
- Update to 0.6.12
rdobuilder 601169
rdobuilder 601169
* Sat May 29 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 0.6.11-1
rdobuilder 601169
- Update to 0.6.11
rdobuilder 601169
- Drop upstreamed patches
rdobuilder 601169
rdobuilder 601169
* Wed Mar 17 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 0.6.10-3
rdobuilder 601169
- Backport from Fedora 35 to EPEL8
rdobuilder 601169
rdobuilder 601169
* Tue Mar 16 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 0.6.10-2
rdobuilder 601169
- Patch out BR on deprecated python3-mock
rdobuilder 601169
- Patch out BR on deprecated python3-nose
rdobuilder 601169
rdobuilder 601169
* Tue Mar 16 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 0.6.10-1
rdobuilder 601169
- Update to 0.16.10
rdobuilder 601169
- Drop python-ncclient-0.6.9-shebangs.patch, now upstreamed
rdobuilder 601169
- Drop python3dist(setuptools) BR, redundant with pyproject-rpm-macros
rdobuilder 601169
rdobuilder 601169
* Tue Mar 02 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 0.6.9-2
rdobuilder 601169
- Rebuild for fixed RHBZ#1925963 in pyproject-rpm-macros-0-38
rdobuilder 601169
- Enable parallel Sphinx build
rdobuilder 601169
rdobuilder 601169
* Fri Jan  1 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 0.6.9-1
rdobuilder 601169
- Prepare for unretirement
rdobuilder 601169
- New upstream version 0.6.9
rdobuilder 601169
- Migrate from Python 2 to Python 3
rdobuilder 601169
- Use new macros for source URL and build/install/test sections, and drop old
rdobuilder 601169
  macros like python_provide
rdobuilder 601169
- Use generated Requires and BuildRequires
rdobuilder 601169
- Split documentation and examples into a separate -doc subpackage
rdobuilder 601169
rdobuilder 601169
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.7-8
rdobuilder 601169
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
rdobuilder 601169
rdobuilder 601169
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.7-7
rdobuilder 601169
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
rdobuilder 601169
rdobuilder 601169
* Fri Jan 26 2018 Iryna Shcherbina <ishcherb@redhat.com> - 0.4.7-6
rdobuilder 601169
- Update Python 2 dependency declarations to new packaging standards
rdobuilder 601169
  (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
rdobuilder 601169
rdobuilder 601169
* Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 0.4.7-5
rdobuilder 601169
- Python 2 binary package renamed to python2-ncclient
rdobuilder 601169
  See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3
rdobuilder 601169
rdobuilder 601169
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.7-4
rdobuilder 601169
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
rdobuilder 601169
rdobuilder 601169
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.7-3
rdobuilder 601169
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
rdobuilder 601169
rdobuilder 601169
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.7-2
rdobuilder 601169
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
rdobuilder 601169
rdobuilder 601169
* Tue Mar 08 2016 Ihar Hrachyshka <ihrachys@redhat.com> 0.4.7-1.el7
rdobuilder 601169
- Update to 0.4.7
rdobuilder 601169
rdobuilder 601169
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.2-4
rdobuilder 601169
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
rdobuilder 601169
rdobuilder 601169
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.2-3
rdobuilder 601169
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
rdobuilder 601169
rdobuilder 601169
* Fri Dec  5 2014 Ihar Hrachyshka <ihrachys@redhat.com> - 0.4.2-2
rdobuilder 601169
- Added missing python-setuptools as a build dependency.
rdobuilder 601169
- Include documentation and examples.
rdobuilder 601169
- Run unit tests on build.
rdobuilder 601169
- Rebuild egg file.
rdobuilder 601169
- Added python2 macros needed for el6.
rdobuilder 601169
- Made python macros more specific (python -> python2).
rdobuilder 601169
- Made python2_sitelib file inclusion wildcard a bit more strict.
rdobuilder 601169
rdobuilder 601169
* Thu Dec  4 2014 Ihar Hrachyshka <ihrachys@redhat.com> - 0.4.2-1
rdobuilder 601169
- Updated to upstream 0.4.2 version
rdobuilder 601169
rdobuilder 601169
* Thu Aug  7 2014 Ihar Hrachyshka <ihrachys@redhat.com> - 0.4.1-1
rdobuilder 601169
- Initial package for Fedora
rdobuilder 601169