From 85329468ed1f9a39223dec7ca87fee7cd61061ed1e9e8cf08fb0ce50d235d7ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Fri, 3 May 2024 20:37:17 +0200 Subject: [PATCH] Sync from SUSE:SLFO:Main python-extras revision 135146904bbb9f3102956c7ae8178efc --- .gitattributes | 23 ++++++++++++ _multibuild | 3 ++ extras-1.0.0.tar.gz | 3 ++ python-extras.changes | 85 +++++++++++++++++++++++++++++++++++++++++++ python-extras.spec | 79 ++++++++++++++++++++++++++++++++++++++++ 5 files changed, 193 insertions(+) create mode 100644 .gitattributes create mode 100644 _multibuild create mode 100644 extras-1.0.0.tar.gz create mode 100644 python-extras.changes create mode 100644 python-extras.spec diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/_multibuild b/_multibuild new file mode 100644 index 0000000..fcc7b97 --- /dev/null +++ b/_multibuild @@ -0,0 +1,3 @@ + + test + diff --git a/extras-1.0.0.tar.gz b/extras-1.0.0.tar.gz new file mode 100644 index 0000000..e908084 --- /dev/null +++ b/extras-1.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:132e36de10b9c91d5d4cc620160a476e0468a88f16c9431817a6729611a81b4e +size 6759 diff --git a/python-extras.changes b/python-extras.changes new file mode 100644 index 0000000..f895d67 --- /dev/null +++ b/python-extras.changes @@ -0,0 +1,85 @@ +------------------------------------------------------------------- +Fri Apr 21 12:24:52 UTC 2023 - Dirk Müller + +- add sle15_python_module_pythons (jsc#PED-68) + +------------------------------------------------------------------- +Thu Apr 13 22:41:10 UTC 2023 - Matej Cepl + +- Make calling of %{sle15modernpython} optional. + +------------------------------------------------------------------- +Wed Jun 10 09:07:14 UTC 2020 - Marketa Calabkova + +- replace nose +- enable testing by default with multibuild + +------------------------------------------------------------------- +Mon Oct 14 13:37:36 UTC 2019 - Matej Cepl + +- Replace %fdupes -s with plain %fdupes; hardlinks are better. + +------------------------------------------------------------------- +Wed Dec 5 01:04:11 UTC 2018 - Jan Engelhardt + +- Trim bias from descriptions. + +------------------------------------------------------------------- +Tue Dec 4 12:47:50 UTC 2018 - Matej Cepl + +- Remove superfluous devel dependency for noarch package + +------------------------------------------------------------------- +Sat Apr 1 11:09:27 UTC 2017 - aloisio@gmx.com + +- Converted to single-spec + +------------------------------------------------------------------- +Wed Aug 31 07:57:56 UTC 2016 - aplanas@suse.com + +- User https schema for Source URL + +------------------------------------------------------------------- +Tue Aug 30 12:53:11 UTC 2016 - tbechtold@suse.com + +- Use pypi.io as Source url + +------------------------------------------------------------------- +Tue Aug 30 11:47:56 UTC 2016 - tbechtold@suse.com + +update to version 1.0.0 + * Add trove classifiers specifying Python 3 support. + * Release 1.0.0. + * Add a tox.ini for testing with. + * Add a .travis.yml. + * Handle import cycles. + * Support universal wheels + +------------------------------------------------------------------- +Fri Mar 7 11:01:35 UTC 2014 - speilicke@suse.com + +- Add 'tests' build conditional + +------------------------------------------------------------------- +Mon Nov 25 13:49:08 UTC 2013 - speilicke@suse.com + +- Drop nose buildrequires, use testtools directly + +------------------------------------------------------------------- +Mon Apr 29 11:49:58 UTC 2013 - dmueller@suse.com + +- update to 0.0.3: + * Fix support with older testtools + +------------------------------------------------------------------- +Mon Jan 14 13:24:03 UTC 2013 - saschpe@suse.de + +- Run testsuite +- Add documentation +- Use SPDX style license (MIT) + +------------------------------------------------------------------- +Mon Jan 14 12:41:11 UTC 2013 - dmueller@suse.com + +- Initial package (0.0.2) + diff --git a/python-extras.spec b/python-extras.spec new file mode 100644 index 0000000..52bae0e --- /dev/null +++ b/python-extras.spec @@ -0,0 +1,79 @@ +# +# spec file +# +# Copyright (c) 2023 SUSE LLC +# +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# + + +%{?!python_module:%define python_module() python-%{**} python3-%{**}} +# A build cycle exists between python-extras and python-testtools. +%global flavor @BUILD_FLAVOR@%{nil} +%if "%{flavor}" == "test" +%define psuffix -test +%bcond_without test +%else +%define psuffix %{nil} +%bcond_with test +%endif +%{?sle15_python_module_pythons} +Name: python-extras%{psuffix} +Version: 1.0.0 +Release: 0 +Summary: Extra bits for Python +License: MIT +URL: https://github.com/testing-cabal/extras +Source: https://files.pythonhosted.org/packages/source/e/extras/extras-%{version}.tar.gz +BuildRequires: %{python_module setuptools} +BuildRequires: fdupes +BuildRequires: python-rpm-macros +# Break cycle +#!BuildIgnore: python-extras +BuildArch: noarch +# Test requirements: +%if %{with test} +BuildRequires: %{python_module testtools} +%endif +%python_subpackages + +%description +extras is a set of extensions to the Python standard library, originally +written to make the code within testtools cleaner, but now split out for +general use outside of a testing context. + +%prep +%setup -q -n extras-%{version} + +%build +%python_build + +%install +%if !%{with test} +%python_install +%python_expand %fdupes %{buildroot}%{$python_sitelib} +%endif + +%if %{with test} +%check +%python_exec -m unittest discover +%endif + +%if !%{with test} +%files %{python_files} +%license LICENSE +%doc NEWS README.rst +%{python_sitelib}/extras +%{python_sitelib}/extras-%{version}-py%{python_version}.egg-info/ +%endif + +%changelog