From 0ed9155bcf028e43545a7dea210e2b97b68793fce8d2ec912d24647ff41ac68e Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 4 Jan 2022 14:40:32 +0000 Subject: [PATCH] - update to 2.10.1: * Add old python packaging pin * Add release note for rocky and manjaro * feat: Add test support for Manjaro Linux * feat: Add support for Manjaro Linux * Require packaging * Add Rocky Linux support * Correctly skip sdist building in tox.ini * Fix formatting issues in docs * Build releases on ubuntu-focal * Update contributor doc and readme * Overhaul Python package metadata * Remove release note about rpm path references * Build docs for OpenDev * Move all jobs in-repo * Publish release notes * Add missing release notes * Assure bindep can be called as a module * ArchLinux: ignore unrelated warnings from pacman * Fixed pep8 job * Add centos 8 and focal testing * Cull the test bindep file * Use abstracted virtualenv\_command from ensure-pip * Tolerate missing bindep.txt when using --profiles * Add OracleLinux support * Fix test execution failure on Darwin * Expose base python version as an atom * Fix emerge testcases * Replace Trusty with Bionic in the testing * Some cleanups OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bindep?expand=0&rev=5 --- bindep-2.10.1.tar.gz | 3 +++ bindep-2.8.1.tar.gz | 3 --- python-bindep.changes | 47 +++++++++++++++++++++++++++++++++++++++++++ python-bindep.spec | 18 +++++++++-------- 4 files changed, 60 insertions(+), 11 deletions(-) create mode 100644 bindep-2.10.1.tar.gz delete mode 100644 bindep-2.8.1.tar.gz diff --git a/bindep-2.10.1.tar.gz b/bindep-2.10.1.tar.gz new file mode 100644 index 0000000..b51b807 --- /dev/null +++ b/bindep-2.10.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:596b8506d4654dcef65734282f7c1c9a89130932d34834370eabbf4287a10268 +size 41799 diff --git a/bindep-2.8.1.tar.gz b/bindep-2.8.1.tar.gz deleted file mode 100644 index ef374cb..0000000 --- a/bindep-2.8.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:428efc408a090348603558c088c19736de2667bdd38b25b15ee700a486f9d965 -size 33181 diff --git a/python-bindep.changes b/python-bindep.changes index 1ac09fd..a451d95 100644 --- a/python-bindep.changes +++ b/python-bindep.changes @@ -1,3 +1,50 @@ +------------------------------------------------------------------- +Tue Jan 4 09:01:17 UTC 2022 - Dirk Müller + +- update to 2.10.1: + * Add old python packaging pin + * Add release note for rocky and manjaro + * feat: Add test support for Manjaro Linux + * feat: Add support for Manjaro Linux + * Require packaging + * Add Rocky Linux support + * Correctly skip sdist building in tox.ini + * Fix formatting issues in docs + * Build releases on ubuntu-focal + * Update contributor doc and readme + * Overhaul Python package metadata + * Remove release note about rpm path references + * Build docs for OpenDev + * Move all jobs in-repo + * Publish release notes + * Add missing release notes + * Assure bindep can be called as a module + * ArchLinux: ignore unrelated warnings from pacman + * Fixed pep8 job + * Add centos 8 and focal testing + * Cull the test bindep file + * Use abstracted virtualenv\_command from ensure-pip + * Tolerate missing bindep.txt when using --profiles + * Add OracleLinux support + * Fix test execution failure on Darwin + * Expose base python version as an atom + * Fix emerge testcases + * Replace Trusty with Bionic in the testing + * Some cleanups + * Add bindep.txt for pypy + * Change openstack-dev to openstack-discuss + * Add dependency version examples to README + * Switch to opensuse-15 nodeset for bindep testing + * Use Python 3.x by default for testing + * OpenDev Migration Patch + * Adds job to test bindep on Fedora + * Fix bindep --brief for arch linux + * Replace deprecated bindep-fallback testing + * Allow mentioning tools paths in bindep + * Fix apk handling of warnings/output problems + * Add openSUSE 15.0 testing + * Update docs building + ------------------------------------------------------------------- Tue Dec 4 12:46:08 UTC 2018 - Matej Cepl diff --git a/python-bindep.spec b/python-bindep.spec index e2c96dd..bf18dd8 100644 --- a/python-bindep.spec +++ b/python-bindep.spec @@ -1,7 +1,7 @@ # # spec file for package python-bindep # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,23 +17,26 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} +%global pythons python3 Name: python-bindep -Version: 2.8.1 +Version: 2.10.1 Release: 0 Summary: Binary dependency utility License: Apache-2.0 Group: Development/Languages/Python -Url: http://docs.openstack.org/infra/bindep +URL: https://docs.openstack.org/infra/bindep Source: https://files.pythonhosted.org/packages/source/b/bindep/bindep-%{version}.tar.gz BuildRequires: %{python_module Parsley} +BuildRequires: %{python_module cliff} BuildRequires: %{python_module pbr} BuildRequires: %{python_module setuptools} Requires: python-Parsley Requires: python-distro -Requires: python-pbr +Requires: python-packaging +Requires: python-pbr >= 2.0.0 BuildArch: noarch - %python_subpackages + %description Bindep is a tool for checking the presence of binary packages needed to use an application / library. It started life as a way to make it easier to set @@ -58,11 +61,10 @@ installed before `pip` can be used - such as `virtualenv` and `pip` itself. %postun %python_uninstall_alternative bindep -## %check -## python setup.py testr +# %check +# %xpython_exec setup.py test %files %{python_files} -%defattr(-,root,root,-) %license LICENSE %doc README.rst ChangeLog AUTHORS NEWS.rst %python_alternative %{_bindir}/bindep