Accepting request 1085576 from devel:languages:python

- update to 0.3.2a0:
  * no upstream changelog available, see
  https://github.com/sphinx-contrib/sphinxcontrib-towncrier/compare/v0.2.1a0...v0.3.2a0
  for details
  * python 3.10 and 3.11 enablement

OBS-URL: https://build.opensuse.org/request/show/1085576
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-sphinxcontrib-towncrier?expand=0&rev=2
This commit is contained in:
2023-05-09 11:08:22 +00:00
committed by Git OBS Bridge
4 changed files with 22 additions and 13 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Fri May 5 11:03:24 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 0.3.2a0:
* no upstream changelog available, see
https://github.com/sphinx-contrib/sphinxcontrib-towncrier/compare/v0.2.1a0...v0.3.2a0
for details
* python 3.10 and 3.11 enablement
-------------------------------------------------------------------
Fri Jul 29 14:52:25 UTC 2022 - Torsten Gruner <simmphonie@opensuse.org>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-sphinxcontrib-towncrier
# spec file
#
# Copyright (c) 2022 SUSE LLC
# 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
@@ -15,6 +15,7 @@
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%global flavor @BUILD_FLAVOR@%{nil}
%if "%{flavor}" == "test"
%define psuffix -test
@@ -23,25 +24,23 @@
%define psuffix %{nil}
%bcond_with test
%endif
%define skip_python2 1
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%{?sle15_python_module_pythons}
Name: python-sphinxcontrib-towncrier%{psuffix}
Version: 0.2.1a0
Version: 0.3.2a0
Release: 0
Summary: An RST directive for injecting a Towncrier-generated changelog draft
License: BSD-3-Clause
URL: https://github.com/sphinx-contrib/sphinxcontrib-towncrier
Source: https://files.pythonhosted.org/packages/source/s/sphinxcontrib-towncrier/sphinxcontrib-towncrier-%{version}.tar.gz
BuildRequires: python-rpm-macros
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module setuptools_scm}
BuildRequires: %{python_module setuptools}
BuildRequires: python-rpm-macros
# SECTION test requirements
%if %{with test}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module pytest-xdist}
BuildRequires: %{python_module Sphinx}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module sphinxcontrib-towncrier = %{version}}
BuildRequires: %{python_module towncrier >= 19.2}
BuildRequires: %{python_module sphinxcontrib-towncrier}
%endif
# /SECTION
BuildRequires: fdupes
@@ -55,6 +54,7 @@ An RST directive for injecting a Towncrier-generated changelog draft containing
%prep
%setup -q -n sphinxcontrib-towncrier-%{version}
rm -v pytest.ini
%build
%python_build

View File

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

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7cf18ac9c13533fffdb794dab278c6ad845f8c85bfa56942eba077d543885fa6
size 46802