14
0

Accepting request 1074449 from home:ojkastl_buildservice:Branch_devel_languages_python

new package python-referencing required by python-jsonschema-specifications

OBS-URL: https://build.opensuse.org/request/show/1074449
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-referencing?expand=0&rev=1
This commit is contained in:
2023-03-26 18:10:25 +00:00
committed by Git OBS Bridge
commit 2f64fcb75f
7 changed files with 129 additions and 0 deletions

23
.gitattributes vendored Normal file
View File

@@ -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

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
.osc

18
_service Normal file
View File

@@ -0,0 +1,18 @@
<services>
<service name="tar_scm" mode="disabled">
<param name="url">https://github.com/python-jsonschema/referencing</param>
<param name="scm">git</param>
<param name="revision">v0.25.3</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="changesgenerate">enable</param>
<param name="versionrewrite-pattern">v(.*)</param>
<param name="package-meta">yes</param>
</service>
<service name="set_version" mode="disabled">
<param name="basename">referencing</param>
</service>
<service name="recompress" mode="disabled">
<param name="file">*.tar</param>
<param name="compression">gz</param>
</service>
</services>

4
_servicedata Normal file
View File

@@ -0,0 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/python-jsonschema/referencing</param>
<param name="changesrevision">6318c8fb180b8353b3f1884be06dfe49dcc8f4e8</param></service></servicedata>

View File

@@ -0,0 +1,5 @@
-------------------------------------------------------------------
Fri Mar 24 12:43:40 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
- new package python-referencing required by
python-jsonschema-specifications

75
python-referencing.spec Normal file
View File

@@ -0,0 +1,75 @@
#
# spec file for package python-referencing
#
# 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/
#
Name: python-referencing
Version: 0.25.3
Release: 0
Summary: JSON Referencing + Python
License: MIT
URL: https://github.com/python-jsonschema/referencing
# only use tarball created by tar_scm service,
# as PyPi does not include the suite git submodule
# and github tarballs do not include the .git directory
# required by hatch_vcs and setuptools_scm
#
# using obs_scm does **not** work...
Source: referencing-%{version}.tar.gz
BuildRequires: python-rpm-macros
BuildRequires: git-core
BuildRequires: %{python_module hatch_vcs}
BuildRequires: %{python_module hatchling}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module setuptools_scm}
# SECTION test requirements
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module pytest-subtests}
BuildRequires: %{python_module jsonschema}
BuildRequires: %{python_module jsonschema-specifications}
BuildRequires: %{python_module attrs >= 22.2.0}
BuildRequires: %{python_module rpds-py >= 0.7.0}
# /SECTION
BuildRequires: fdupes
Requires: python-attrs >= 22.2.0
Requires: python-rpds-py >= 0.7.0
BuildArch: noarch
%python_subpackages
%description
JSON Referencing + Python
%prep
%setup -q -n referencing-%{version}
%build
%pyproject_wheel
%install
%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
%pytest
%files %{python_files}
%doc CHANGELOG.rst README.rst
%license COPYING
%{python_sitelib}/referencing/
%{python_sitelib}/referencing-%{version}.dist-info/
%changelog

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:97d9c5145f5e1b81ff1258580c3726ccb3fd57c083d5dd98732b32ac16b70ed1
size 258777