a6fad6
%global srcname scp
a6fad6
%global pypi_name scp
a6fad6
%global forgeurl https://github.com/jbardin/scp.py
a6fad6
a6fad6
Name:    python-%{srcname}
a6fad6
Version: 0.15.0
a6fad6
%forgemeta
a6fad6
Release: 1%{?dist}
a6fad6
Summary: Scp module for paramiko
a6fad6
a6fad6
# Automatically converted from old format: LGPLv2+ - review is highly recommended.
a6fad6
License: LicenseRef-Callaway-LGPLv2+
a6fad6
URL:     %{forgeurl}
a6fad6
Source0: %{forgesource}
a6fad6
a6fad6
BuildArch: noarch
a6fad6
a6fad6
BuildRequires: python3-devel
a6fad6
BuildRequires: python3dist(setuptools)
a6fad6
a6fad6
%global common_description %{expand:
a6fad6
The scp.py module uses a paramiko transport to send and receive files via the
a6fad6
scp1 protocol. This is the protocol as referenced from the openssh scp program,
a6fad6
and has only been tested with this implementation.
a6fad6
}
a6fad6
a6fad6
%description %{common_description}
a6fad6
a6fad6
%package -n python3-%{srcname}
a6fad6
Summary: %{summary}
a6fad6
%py_provides python%{python3_pkgversion}-%{srcname}
a6fad6
%description -n python%{python3_pkgversion}-%{srcname} %{common_description}
a6fad6
a6fad6
%prep
a6fad6
%forgeautosetup
a6fad6
%generate_buildrequires
a6fad6
a6fad6
%build
a6fad6
%py3_build
a6fad6
a6fad6
%install
a6fad6
%py3_install
a6fad6
a6fad6
a6fad6
%files -n python%{python3_pkgversion}-%{pypi_name}
a6fad6
%doc README.rst
a6fad6
%license LICENSE.txt
a6fad6
%{python3_sitelib}/__pycache__/*
a6fad6
%{python3_sitelib}/%{pypi_name}.py
a6fad6
%{python3_sitelib}/%{pypi_name}-%{version}-py%{python3_version}.egg-info
a6fad6
a6fad6
%changelog
a6fad6
* Sun Feb 02 2025 Orion Poplawski <orion@nwra.com> - 0.15.0-1
a6fad6
- Update to 0.15.0
a6fad6
a6fad6
* Sat Jan 18 2025 Fedora Release Engineering <releng@fedoraproject.org> - 0.14.5-9
a6fad6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
a6fad6
a6fad6
* Wed Sep 04 2024 Miroslav Suchý <msuchy@redhat.com> - 0.14.5-8
a6fad6
- convert license to SPDX
a6fad6
a6fad6
* Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.14.5-7
a6fad6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
a6fad6
a6fad6
* Fri Jun 07 2024 Python Maint <python-maint@redhat.com> - 0.14.5-6
a6fad6
- Rebuilt for Python 3.13
a6fad6
a6fad6
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.14.5-5
a6fad6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
a6fad6
a6fad6
* Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.14.5-4
a6fad6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
a6fad6
a6fad6
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.14.5-3
a6fad6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
a6fad6
a6fad6
* Tue Jun 13 2023 Python Maint <python-maint@redhat.com> - 0.14.5-2
a6fad6
- Rebuilt for Python 3.12
a6fad6
a6fad6
* Thu Feb 09 2023 chedi toueiti <chedi.toueiti@gmail.com> - 0.14.5-1
a6fad6
- Update to version 0.14.5 (#2166120)
a6fad6
a6fad6
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.14.4-4
a6fad6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
a6fad6
a6fad6
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.14.4-3
a6fad6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
a6fad6
a6fad6
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 0.14.4-2
a6fad6
- Rebuilt for Python 3.11
a6fad6
a6fad6
* Mon Feb 28 2022 chedi <chedi.toueiti@gmail.com> - 0.14.4-1
a6fad6
- update to version 0.14.4 (#2058419)
a6fad6
a6fad6
* Wed Feb 16 2022 chedi <chedi.toueiti@gmail.com> - 0.14.3-1
a6fad6
- update to version 0.14.3 (#2054836)
a6fad6
a6fad6
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.14.2-2
a6fad6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
a6fad6
a6fad6
* Fri Dec 17 2021 chedi <chedi.toueiti@gmail.com> - 0.14.2-1
a6fad6
- Update to version 0.14.2 (#2033432)
a6fad6
a6fad6
* Wed Sep 29 2021 chedi <chedi.toueiti@gmail.com> - 0.14.1-1
a6fad6
- Update to version 0.14.1 (#2003334)
a6fad6
a6fad6
* Thu Sep 09 2021 chedi <chedi.toueiti@gmail.com> - 0.14.0-1
a6fad6
- update to version 0.14.0
a6fad6
a6fad6
* Tue Aug 03 2021 chedi <chedi.toueiti@gmail.com> - 0.13.6-2
a6fad6
- RPMAUTOSPEC: unresolvable merge