Blame SPECS/python-winrm.spec

44822e
%global srcname winrm
44822e
44822e
Name:           python-%{srcname}
44822e
Version:        0.4.1
44822e
Release:        2%{?dist}
44822e
Summary:        Python libraries for interacting with windows remote management
44822e
44822e
License:        MIT
44822e
URL:            https://pypi.python.org/pypi/pywinrm
44822e
Source0:        https://github.com/diyan/pywinrm/archive/v%{version}/%{srcname}-%{version}.tar.gz
44822e
BuildArch:      noarch
44822e
44822e
BuildRequires:  python3-devel
44822e
BuildRequires:  python3dist(setuptools)
44822e
BuildRequires:  python3dist(pytest)
44822e
BuildRequires:  python3dist(mock)
44822e
BuildRequires:  python3dist(xmltodict)
44822e
BuildRequires:  python3dist(requests) >= 2.9.1
44822e
BuildRequires:  python3dist(requests-ntlm) >= 0.3
44822e
BuildRequires:  python3dist(six)
44822e
44822e
%global _description %{expand:
44822e
This has the python libraries for interacting with Windows Remote Management.}
44822e
44822e
%description %{_description}
44822e
44822e
%package -n python3-%{srcname}
44822e
Summary:        %{summary}
44822e
%{?python_provide:%python_provide python3-%{srcname}}
44822e
44822e
%description -n python3-%{srcname} %{_description}
44822e
44822e
Python 3 version.
44822e
44822e
%prep
44822e
%autosetup -n pywinrm-%{version}
44822e
44822e
%build
44822e
%py3_build
44822e
44822e
%install
44822e
%py3_install
44822e
44822e
%check
44822e
%python3 -m pytest -vv winrm/tests
44822e
44822e
%files -n python3-%{srcname}
44822e
%license LICENSE
44822e
%doc README.md CHANGELOG.md
44822e
%{python3_sitelib}/pywinrm-*.egg-info/
44822e
%{python3_sitelib}/winrm/
44822e
44822e
%changelog
44822e
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.1-2
44822e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
44822e
44822e
* Thu Sep 10 2020 Joel Capitao <jcapitao@redhat.com> - 0.4.1-1
44822e
- Update to 0.4.1
44822e
44822e
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.0-11
44822e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
44822e
44822e
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 0.3.0-10
44822e
- Rebuilt for Python 3.9
44822e
44822e
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.0-9
44822e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
44822e
44822e
* Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 0.3.0-8
44822e
- Rebuilt for Python 3.8.0rc1 (#1748018)
44822e
44822e
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 0.3.0-7
44822e
- Rebuilt for Python 3.8
44822e
44822e
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.0-6
44822e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
44822e
44822e
* Sun Mar 17 2019 Miro Hrončok <mhroncok@redhat.com> - 0.3.0-5
44822e
- Subpackage python2-winrm has been removed
44822e
  See https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal
44822e
44822e
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.0-4
44822e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
44822e
44822e
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.0-3
44822e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
44822e
44822e
* Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 0.3.0-2
44822e
- Rebuilt for Python 3.7
44822e
44822e
* Tue Apr 17 2018 James Hogarth <james.hogarth@gmail.com> - 0.3.0-1
44822e
- Update to 0.3.0
44822e
44822e
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.2-4
44822e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
44822e
44822e
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.2-3
44822e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
44822e
44822e
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.2-2
44822e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
44822e
44822e
* Sat Feb 04 2017 James Hogarth <james.hogarth@gmail.com> - 0.2.2-1
44822e
- Update to 0.2.2
44822e
- Update requires to fix bz#1409670
44822e
44822e
* Tue Dec 20 2016 James Hogarth <james.hogarth@gmail.com> - 0.2.1-3
44822e
- Fix broken requires for epel
44822e
44822e
* Mon Dec 19 2016 Miro Hrončok <mhroncok@redhat.com> - 0.2.1-2
44822e
- Rebuild for Python 3.6
44822e
44822e
* Mon Oct 24 2016 James Hogarth <james.hogarth@gmail.com> - 0.2.1-1
44822e
- Initial package