forked from pool/python-varlink
- Update to 30.3.0:
* no upstream changelog OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-varlink?expand=0&rev=5
This commit is contained in:
committed by
Git OBS Bridge
parent
dd58ea2b96
commit
fba587779d
@@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 16 12:57:01 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
- Update to 30.3.0:
|
||||||
|
* no upstream changelog
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Jun 30 10:10:26 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
Sun Jun 30 10:10:26 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
|||||||
@@ -18,19 +18,21 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-varlink
|
Name: python-varlink
|
||||||
Version: 30.1.2
|
Version: 30.3.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python implementation of the Varlink protocol
|
Summary: Python implementation of the Varlink protocol
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
Url: https://github.com/varlink/python
|
URL: https://github.com/varlink/python
|
||||||
Source: https://files.pythonhosted.org/packages/source/v/varlink/varlink-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/v/varlink/varlink-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module devel}
|
BuildRequires: %{python_module future}
|
||||||
|
BuildRequires: %{python_module pytest}
|
||||||
|
BuildRequires: %{python_module setuptools_scm}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
|
Requires: python-future
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@@ -41,6 +43,8 @@ makes services accessible to both humans and machines.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n varlink-%{version}
|
%setup -q -n varlink-%{version}
|
||||||
|
# py3 only syntax
|
||||||
|
rm varlink/tests/test_mocks.py
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%python_build
|
%python_build
|
||||||
@@ -49,6 +53,10 @@ makes services accessible to both humans and machines.
|
|||||||
%python_install
|
%python_install
|
||||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
|
|
||||||
|
%check
|
||||||
|
export LANG="en_US.UTF8"
|
||||||
|
%pytest
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%doc README.md
|
%doc README.md
|
||||||
%license LICENSE.txt
|
%license LICENSE.txt
|
||||||
|
|||||||
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a4d8f28c60e1392dbfb61acf2dc7eb7d1c49ce9bf7f20615d9ada2a175e08acc
|
|
||||||
size 22040
|
|
||||||
3
varlink-30.3.0.tar.gz
Normal file
3
varlink-30.3.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f51a88197ded3de10dafdf6f7bb3f4d88216b8f068d78e7f0818a3fa71589c86
|
||||||
|
size 40554
|
||||||
Reference in New Issue
Block a user