commit 75e565c05e2928ef687fb4b5aa32894780f3f3f7 Author: Adrian Schröter Date: Tue Jun 6 15:20:27 2023 +0200 Sync from SUSE:ALP:Source:Standard:1.0 python-trove-classifiers revision a5079b43c2eb47840f20da404f570d95 diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..fecc750 --- /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..207be40 --- /dev/null +++ b/_multibuild @@ -0,0 +1,3 @@ + + test + \ No newline at end of file diff --git a/python-trove-classifiers.changes b/python-trove-classifiers.changes new file mode 100644 index 0000000..e33db7a --- /dev/null +++ b/python-trove-classifiers.changes @@ -0,0 +1,51 @@ +------------------------------------------------------------------- +Thu May 4 20:22:46 UTC 2023 - Dirk Müller + +- update to 2023.5.2: + * fix: incorrect specification of mypy section in pyproject.toml + * Add Pydantic :: 2 classifier. + * Add JSON and JSON Schema classifiers + * Add classifier for Wagtail 5 + * Add `Environment :: WebAssembly` classifiers (#129) + * Add Django :: 4.2 classifier. + * Add Pycsou Framework trove-classifier + +------------------------------------------------------------------- +Mon May 1 18:58:56 UTC 2023 - Ben Greiner + +- Test in multibuild: pytest requires python-iniconfig which + cycles back as build requirement in any build involving hatchling + +------------------------------------------------------------------- +Fri Apr 21 12:37:58 UTC 2023 - Dirk Müller + +- add sle15_python_module_pythons (jsc#PED-68) + +------------------------------------------------------------------- +Tue Apr 18 22:41:03 UTC 2023 - Matej Cepl + +- Switch to single spec version build for PSP + +------------------------------------------------------------------- +Wed Dec 7 22:30:07 UTC 2022 - Yogalakshmi Arunachalam + +- Update to v2022.12.1 + * Add django CMS 4.1 (#122) + +------------------------------------------------------------------- +Sat Oct 29 16:19:27 UTC 2022 - Yogalakshmi Arunachalam + +- Update to v2022.10.19 + * add cuda 11.8 + +------------------------------------------------------------------- +Tue Oct 11 16:14:11 UTC 2022 - Yogalakshmi Arunachalam + +- Update to version 2022.9.26 + * Add "Framework :: Odoo :: 16.0" classifier (#117) + * The Odoo 16.0 branch has been created and it will be released in October. + +------------------------------------------------------------------- +Wed Jul 13 21:19:44 UTC 2022 - Ben Greiner + +- Initial specfile for v2022.6.26 diff --git a/python-trove-classifiers.spec b/python-trove-classifiers.spec new file mode 100644 index 0000000..86dea83 --- /dev/null +++ b/python-trove-classifiers.spec @@ -0,0 +1,76 @@ +# +# 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/ +# + + +%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-trove-classifiers%{?psuffix} +Version: 2023.5.2 +Release: 0 +Summary: Canonical source for classifiers on PyPI +License: Apache-2.0 +URL: https://github.com/pypa/trove-classifiers +Source: https://files.pythonhosted.org/packages/source/t/trove-classifiers/trove-classifiers-%{version}.tar.gz +BuildRequires: %{python_module calver} +BuildRequires: %{python_module pip} +BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} +BuildRequires: fdupes +BuildRequires: python-rpm-macros +%if %{with test} +BuildRequires: %{python_module pytest} +%endif +BuildArch: noarch +%python_subpackages + +%description +Classifiers categorize projects per PEP 301. Use this package to validate classifiers in packages for PyPI upload or download. + +%prep +%setup -q -n trove-classifiers-%{version} + +%if !%{with test} +%build +%pyproject_wheel + +%install +%pyproject_install +%python_expand %fdupes %{buildroot}%{$python_sitelib} +%endif + +%if %{with test} +%check +%pytest +%endif + +%if !%{with test} +%files %{python_files} +%doc README.md +%license LICENSE +%{python_sitelib}/trove_classifiers +%{python_sitelib}/trove_classifiers-%{version}*-info +%endif + +%changelog diff --git a/trove-classifiers-2023.5.2.tar.gz b/trove-classifiers-2023.5.2.tar.gz new file mode 100644 index 0000000..ad6e51c --- /dev/null +++ b/trove-classifiers-2023.5.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c46d6e40a9581599b16c712e0164fec3764872a4085c673c07559787caedb867 +size 15835