From 1121df416903a745cb838c6f11c59ccf8c1af2d437c4488b2c81219f4e1b2c16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Fri, 3 May 2024 20:34:27 +0200 Subject: [PATCH] Sync from SUSE:SLFO:Main python-enrich revision 866c3a1bd5448707ce7fc90098bcf6a8 --- .gitattributes | 23 +++++++++++++ enrich-1.2.7.tar.gz | 3 ++ python-enrich.changes | 20 ++++++++++++ python-enrich.spec | 64 +++++++++++++++++++++++++++++++++++++ remove_setuptools_scm.patch | 11 +++++++ 5 files changed, 121 insertions(+) create mode 100644 .gitattributes create mode 100644 enrich-1.2.7.tar.gz create mode 100644 python-enrich.changes create mode 100644 python-enrich.spec create mode 100644 remove_setuptools_scm.patch 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/enrich-1.2.7.tar.gz b/enrich-1.2.7.tar.gz new file mode 100644 index 0000000..088afcb --- /dev/null +++ b/enrich-1.2.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a2ab0d2931dff8947012602d1234d2a3ee002d9a355b5d70be6bf5466008893 +size 16918 diff --git a/python-enrich.changes b/python-enrich.changes new file mode 100644 index 0000000..078824d --- /dev/null +++ b/python-enrich.changes @@ -0,0 +1,20 @@ +------------------------------------------------------------------- +Wed May 10 02:46:11 UTC 2023 - Steve Kowalik + +- Actually run the testsuite. +- Add a missing Requires on python-rich + +------------------------------------------------------------------- +Fri May 5 11:56:47 UTC 2023 - Johannes Kastl + +- add sle15_python_module_pythons + +------------------------------------------------------------------- +Fri Jan 28 16:31:22 UTC 2022 - Sebastian Wagner + +- add remove_setuptools_scm.patch to get rid of setuptools-scm and fix the version + +------------------------------------------------------------------- +Sun Jan 23 11:49:58 UTC 2022 - Sebastian Wagner + +- initial package for version 1.2.7 diff --git a/python-enrich.spec b/python-enrich.spec new file mode 100644 index 0000000..04dc6d2 --- /dev/null +++ b/python-enrich.spec @@ -0,0 +1,64 @@ +# +# spec file for package python-enrich +# +# 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/ +# + + +%{?sle15_python_module_pythons} +%{?python_enable_dependency_generator} +Name: python-enrich +Version: 1.2.7 +Release: 0 +Summary: Extends the python-rich library functionality +License: MIT +URL: https://github.com/pycontribs/enrich +Source: https://files.pythonhosted.org/packages/source/e/enrich/enrich-%{version}.tar.gz +Patch0: remove_setuptools_scm.patch +BuildRequires: %{python_module pip} +BuildRequires: %{python_module pytest-mock} +BuildRequires: %{python_module pytest} +BuildRequires: %{python_module rich} +BuildRequires: %{python_module wheel} +BuildRequires: fdupes +BuildRequires: python-rpm-macros +Requires: python-rich +BuildArch: noarch +%python_subpackages + +%description +Extends the python-rich library functionality +with a set of changes that were not accepted to rich itself. + +%prep +%autosetup -p1 -n enrich-%{version} +sed -i 's/__VERSION__/%version/' setup.py +sed -i '/_scm/ d' setup.cfg + +%build +%python_build + +%install +%python_install +%python_expand %fdupes %{buildroot}%{$python_sitelib} + +%check +# gh#pycontribs/enrich#40 +%pytest -k 'not test_rich_console_ex' + +%files %{python_files} +%{python_sitelib}/enrich +%{python_sitelib}/enrich-%{version}*info + +%changelog diff --git a/remove_setuptools_scm.patch b/remove_setuptools_scm.patch new file mode 100644 index 0000000..00f3691 --- /dev/null +++ b/remove_setuptools_scm.patch @@ -0,0 +1,11 @@ +--- enrich-1.2.7/setup.py 2022-01-28 17:29:54.476189319 +0100 ++++ enrich-1.2.7/setup1.py 2022-01-28 17:29:45.739753919 +0100 +@@ -12,6 +12,6 @@ + + if __name__ == "__main__": + setuptools.setup( +- use_scm_version={"local_scheme": "no-local-version"}, +- setup_requires=["setuptools_scm[toml]>=3.5.0"], ++ name='enrich', ++ version='__VERSION__', + )