15
0

Compare commits

2 Commits

Author SHA256 Message Date
edb0cbd832 Accepting request 1308427 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1308427
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-rstcheck-core?expand=0&rev=3
2025-10-01 17:07:04 +00:00
5d81442fb3 - Update to 1.2.2
* Update configs for dev tooling (#96)
  * Bump default python version to 3.12 (#96)
  * Dropped support for python 3.8
  * Added python 3.13 to tox config as preparation
    for adding the version to the test pool. (#109)
  * Dropped support for sphinx 5 (#110)
  * Added python 3.13 to CI test pool (#110)
  * Add sphinx 8 to test pool for python version > 3.9 (#111)
- Adjust upstream source name in spec file
- Update BuildRequires from pyproject.toml
- Use Python 3.11 on SLE-15 by default

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rstcheck-core?expand=0&rev=5
2025-10-01 14:54:27 +00:00
4 changed files with 25 additions and 8 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Wed Oct 1 09:29:36 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 1.2.2
* Update configs for dev tooling (#96)
* Bump default python version to 3.12 (#96)
* Dropped support for python 3.8
* Added python 3.13 to tox config as preparation
for adding the version to the test pool. (#109)
* Dropped support for sphinx 5 (#110)
* Added python 3.13 to CI test pool (#110)
* Add sphinx 8 to test pool for python version > 3.9 (#111)
- Adjust upstream source name in spec file
- Update BuildRequires from pyproject.toml
- Use Python 3.11 on SLE-15 by default
-------------------------------------------------------------------
Mon Apr 15 09:04:54 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-rstcheck-core
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,13 +16,14 @@
#
%{?sle15_python_module_pythons}
Name: python-rstcheck-core
Version: 1.2.1
Version: 1.2.2
Release: 0
Summary: Checks syntax of reStructuredText and code blocks nested within it
License: MIT
URL: https://github.com/rstcheck/rstcheck-core
Source: https://files.pythonhosted.org/packages/source/r/rstcheck-core/rstcheck-core-%{version}.tar.gz
Source: https://files.pythonhosted.org/packages/source/r/rstcheck_core/rstcheck_core-%{version}.tar.gz
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools_scm >= 6.2}
BuildRequires: %{python_module wheel}
@@ -30,7 +31,7 @@ BuildRequires: python-rpm-macros
# SECTION test requirements
BuildRequires: %{python_module docutils >= 0.7}
BuildRequires: %{python_module PyYAML}
BuildRequires: %{python_module Sphinx >= 4}
BuildRequires: %{python_module Sphinx >= 6}
BuildRequires: %{python_module pydantic >= 2}
BuildRequires: %{python_module pytest-mock}
BuildRequires: %{python_module pytest}
@@ -48,7 +49,7 @@ BuildArch: noarch
Checks syntax of reStructuredText and code blocks nested within it
%prep
%autosetup -p1 -n rstcheck-core-%{version}
%autosetup -p1 -n rstcheck_core-%{version}
%build
%pyproject_wheel

View File

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

View File

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