Compare commits
6 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 3bd81f2ffe | |||
| ff3f508689 | |||
| 64c219a960 | |||
| 2053939e41 | |||
| 2ca3e8d6eb | |||
| dbd069e174 |
@@ -1,3 +1,32 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 4 02:06:13 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
- Update to 6.2.5:
|
||||
* Dropped support for python 3.8
|
||||
* Added python 3.13 to tox config.
|
||||
* Dropped support for sphinx 5
|
||||
* Add sphinx 8 to test pool for python version > 3.9
|
||||
- Drop patch support-click-8.2.patch, included upstream.
|
||||
- Update URL.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 21 11:59:21 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
- Add patch support-click-8.2.patch:
|
||||
* Support click 8.2 changes.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 8 13:10:42 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 6.2.4:
|
||||
* Add note on how to disable pretty exception output
|
||||
* Fix typer dependency by removing the `[standard]` extra which
|
||||
is only used on typer-slim.
|
||||
* Typer by default has the extras included.
|
||||
* Bump min. version of typer and fix dependency group name
|
||||
* Update configs for dev tooling
|
||||
* Bump default python version to 3.12
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Apr 6 12:24:34 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-rstcheck
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,14 +17,14 @@
|
||||
|
||||
|
||||
Name: python-rstcheck
|
||||
Version: 6.2.1
|
||||
Version: 6.2.5
|
||||
Release: 0
|
||||
Summary: Python module to check syntax of reStructuredText
|
||||
License: MIT
|
||||
URL: https://github.com/myint/rstcheck
|
||||
URL: https://github.com/rstcheck/rstcheck
|
||||
Source: https://files.pythonhosted.org/packages/source/r/rstcheck/rstcheck-%{version}.tar.gz
|
||||
BuildRequires: %{python_module Sphinx}
|
||||
BuildRequires: %{python_module base >= 3.8}
|
||||
BuildRequires: %{python_module base >= 3.9}
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module rstcheck-core >= 1.2}
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e4d173950b023eb12c2b9d2348a8c62bef46612bbc7b29e1e57d37320ed0a891
|
||||
size 23609
|
||||
3
rstcheck-6.2.5.tar.gz
Normal file
3
rstcheck-6.2.5.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:122b6d6b953fa1a09d7e7de42ac5d8938da291c6f68351ace6166bb50fc3bd6c
|
||||
size 25235
|
||||
Reference in New Issue
Block a user