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-varlink#9588566e30bf254e2b64c724d94b95ce80fd55bd
This commit is contained in:
parent
f89ab0212d
commit
8ee3fbf6aa
28
.gitignore
vendored
28
.gitignore
vendored
@ -0,0 +1,28 @@
|
||||
/python-varlink-3.tar.gz
|
||||
/python-varlink-4.tar.gz
|
||||
/python-varlink-7.tar.gz
|
||||
/python-varlink-8.tar.gz
|
||||
/python-varlink-9.tar.gz
|
||||
/python-varlink-10.tar.gz
|
||||
/python-varlink-11.tar.gz
|
||||
/python-varlink-12.tar.gz
|
||||
/python-varlink-13.tar.gz
|
||||
/python-varlink-14.tar.gz
|
||||
/python-varlink-15.tar.gz
|
||||
/python-varlink-17.tar.gz
|
||||
/python-varlink-18.tar.gz
|
||||
/python-varlink-19.tar.gz
|
||||
/python-varlink-20.tar.gz
|
||||
/python-varlink-22.tar.gz
|
||||
/python-varlink-23.tar.gz
|
||||
/python-varlink-25.tar.gz
|
||||
/python-varlink-26.tar.gz
|
||||
/python-varlink-26.0.2.tar.gz
|
||||
/python-varlink-26.1.0.tar.gz
|
||||
/python-varlink-27.0.0.tar.gz
|
||||
/python-varlink-27.1.0.tar.gz
|
||||
/python-varlink-27.1.1.tar.gz
|
||||
/python-varlink-28.0.0.tar.gz
|
||||
/python-varlink-29.0.0.tar.gz
|
||||
/python-varlink-30.3.0.tar.gz
|
||||
/python-varlink-30.3.1.tar.gz
|
169
python-varlink.spec
Normal file
169
python-varlink.spec
Normal file
@ -0,0 +1,169 @@
|
||||
Name: python-varlink
|
||||
Version: 30.3.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Python implementation of Varlink
|
||||
License: ASL 2.0
|
||||
URL: https://github.com/varlink/%{name}
|
||||
Source0: https://github.com/varlink/%{name}/archive/%{version}/%{name}-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-rpm-macros
|
||||
BuildRequires: python3-setuptools
|
||||
BuildRequires: python3-setuptools_scm
|
||||
|
||||
%global _description \
|
||||
An python module for Varlink with client and server support.
|
||||
|
||||
%description %_description
|
||||
|
||||
%package -n python3-varlink
|
||||
Summary: %summary
|
||||
%{?python_provide:%python_provide python3-varlink}
|
||||
# The varlink copr had this package under the "python-varlink"
|
||||
# name. Add Obsoletes to make it easy to upgrade.
|
||||
Obsoletes: python-varlink <= 3-1.git.61.1bc637d.fc27
|
||||
|
||||
%description -n python3-varlink %_description
|
||||
|
||||
%prep
|
||||
%autosetup -n python-%{version}
|
||||
|
||||
%build
|
||||
export SETUPTOOLS_SCM_PRETEND_VERSION=%{version}
|
||||
%py3_build
|
||||
|
||||
%check
|
||||
export SETUPTOOLS_SCM_PRETEND_VERSION=%{version}
|
||||
CFLAGS="%{optflags}" %{__python3} %{py_setup} %{?py_setup_args} check
|
||||
|
||||
%install
|
||||
export SETUPTOOLS_SCM_PRETEND_VERSION=%{version}
|
||||
%py3_install
|
||||
|
||||
%files -n python3-varlink
|
||||
%license LICENSE.txt
|
||||
%doc README.md
|
||||
%{python3_sitelib}/*
|
||||
|
||||
%changelog
|
||||
* Fri Oct 02 2020 Harald Hoyer <harald@redhat.com> - 30.3.1-1
|
||||
- Update to 30.3.1
|
||||
|
||||
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 30.3.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Mon Jul 13 2020 Harald Hoyer <harald@redhat.com> - 30.3.0-1
|
||||
- add python3-setuptools to BuildRequires
|
||||
- add python3-setuptools_scm to BuildRequires
|
||||
- Update to 30.3.0
|
||||
|
||||
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 29.0.0-7
|
||||
- Rebuilt for Python 3.9
|
||||
|
||||
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 29.0.0-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
* Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 29.0.0-5
|
||||
- Rebuilt for Python 3.8.0rc1 (#1748018)
|
||||
|
||||
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 29.0.0-4
|
||||
- Rebuilt for Python 3.8
|
||||
|
||||
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 29.0.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 29.0.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
* Wed Oct 10 2018 Harald Hoyer <harald@redhat.com> - 29.0.0-1
|
||||
- fixed interface name grammar
|
||||
|
||||
* Mon Oct 08 2018 Harald Hoyer <harald@redhat.com> - 28.0.0-1
|
||||
- python-varlink-28.0.0-1
|
||||
- fixed grammar
|
||||
|
||||
* Mon Aug 06 2018 Harald Hoyer <harald@redhat.com> - 27.1.1-1
|
||||
- python-varlink-27.1.1-1
|
||||
- fixed varlink.cli bridge
|
||||
|
||||
* Fri Jul 20 2018 Harald Hoyer <harald@redhat.com> - 27.1.0-1
|
||||
+ python-varlink-27.1.0-1
|
||||
- add "varlink.cli bridge" support
|
||||
|
||||
* Fri Jul 20 2018 Harald Hoyer <harald@redhat.com> - 27.0.0-1
|
||||
- python-varlink-27.0.0-1
|
||||
|
||||
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 26.1.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
* Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 26.1.0-2
|
||||
- Rebuilt for Python 3.7
|
||||
|
||||
* Thu Jun 14 2018 Harald Hoyer <harald@redhat.com> - 26.1.0-1
|
||||
- python-varlink 26.1.0
|
||||
|
||||
* Fri May 25 2018 Harald Hoyer <harald@redhat.com> - 26.0.2-1
|
||||
- python-varlink 26.0.2
|
||||
|
||||
* Mon May 14 2018 Harald Hoyer <harald@redhat.com> - 26-1
|
||||
- python-varlink 26
|
||||
|
||||
* Fri May 11 2018 Harald Hoyer <harald@redhat.com> - 25-1
|
||||
- python-varlink 25
|
||||
|
||||
* Mon May 07 2018 Harald Hoyer <harald@redhat.com> - 23-1
|
||||
- python-varlink 23
|
||||
|
||||
* Wed Apr 25 2018 Harald Hoyer <harald@redhat.com> - 22-1
|
||||
- python-varlink-22
|
||||
|
||||
* Wed Apr 18 2018 Harald Hoyer <harald@redhat.com> - 19-1
|
||||
- python-varlink 19
|
||||
|
||||
* Thu Apr 12 2018 Harald Hoyer <harald@redhat.com> - 18-1
|
||||
- python-varlink 18
|
||||
|
||||
* Wed Apr 11 2018 Harald Hoyer <harald@redhat.com> - 17-1
|
||||
- python-varlink 17
|
||||
|
||||
* Fri Mar 23 2018 Harald Hoyer <harald@redhat.com> - 15-1
|
||||
- python-varlink 15
|
||||
|
||||
* Mon Mar 19 2018 Harald Hoyer <harald@redhat.com> - 14-1
|
||||
- python-varlink 14
|
||||
|
||||
* Mon Feb 26 2018 Harald Hoyer <harald@redhat.com> - 13-1
|
||||
- python-varlink 13
|
||||
|
||||
* Wed Feb 14 2018 Harald Hoyer <harald@redhat.com> - 12-1
|
||||
- python-varlink 12
|
||||
|
||||
* Fri Feb 09 2018 Harald Hoyer <harald@redhat.com> - 11-1
|
||||
- python-varlink 11
|
||||
|
||||
* Fri Feb 09 2018 Harald Hoyer <harald@redhat.com> - 10-1
|
||||
- python-varlink 10
|
||||
|
||||
* Fri Feb 09 2018 Harald Hoyer <harald@redhat.com> - 9-1
|
||||
- python-varlink 9
|
||||
|
||||
* Thu Feb 08 2018 Harald Hoyer <harald@redhat.com> - 8-1
|
||||
- python-varlink 8
|
||||
|
||||
* Thu Feb 08 2018 Harald Hoyer <harald@redhat.com> - 7-1
|
||||
- python-varlink 7
|
||||
|
||||
* Thu Feb 08 2018 Harald Hoyer <harald@redhat.com> - 4-1
|
||||
- python-varlink 4
|
||||
|
||||
* Fri Feb 02 2018 Harald Hoyer <harald@redhat.com> - 3-2
|
||||
- bump release
|
||||
|
||||
* Fri Feb 2 2018 Harald Hoyer <harald@redhat.com> - 3-1
|
||||
- python-varlink 3
|
||||
|
||||
* Thu Dec 14 2017 Harald Hoyer <harald@redhat.com> - 2-1
|
||||
- python-varlink 2
|
||||
|
||||
* Tue Aug 29 2017 <info@varlink.org> 1-1
|
||||
- python-varlink 1
|
Loading…
Reference in New Issue
Block a user