pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/textproc/py-sphobjinv



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Dec 31 09:59:02 UTC 2024

Modified Files:
        pkgsrc/textproc/py-sphobjinv: Makefile distinfo

Log Message:
py-sphobjinv: updated to 2.3.1.2

2.3.1.2

Internal

* **DOC RENDERING FIX**: The `super` keyword used in a statement in the HTML footer
  template was missing parentheses to perform a method call; this
  caused the template rendering to emit a Python string describing
  the parent template object, instead of rendering the parent
  template as intended.
* Moved the Sphinx linkcheck job out of CI and into `tox`.
  * The linkcheck is often flaky, and is a nuisance when it fails the CI. For
    uncertain reasons, the flakiness has increased noticeably in recent
    months. Less-frequent link checking, at release-time, is sufficient; so,
* Renamed `.readthedocs.yml` to `.readthedocs.yaml` to comply with the new,
  strict RtD requirement.
* Added read-only GitHub PAT to Azure Pipelines config to ensure Python 3.13
  retrieval from GitHub doesn't hit a rate limit.
* Update flake8 version pin in `requirements-flake8.txt` to avoid a bug in
  `pycodestyle`.
* Removed `.pre-commit-config.yaml`, to remove the expectation of using
  pre-commit from the project.
* For a project with this low an external contribution volume, the costs
   outweigh the benefits.
* Added a `black` environment to `tox` for convenience and better
  encapsulation.
* Added `flake8-black` to `requirements-flake8.txt` so that blackened status
  is checked as part of the linting, whether run manually or in CI.

Administrative

* Added support for Python 3.13.
* Dropped support for Python 3.8 (EOL).
* Revised and updated `CONTRIBUTING.md`.
* Updated link target of Pepy badge to match the new URL format.
* Bumped Read the Docs Python version to 3.12.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/textproc/py-sphobjinv/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/textproc/py-sphobjinv/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/py-sphobjinv/Makefile
diff -u pkgsrc/textproc/py-sphobjinv/Makefile:1.8 pkgsrc/textproc/py-sphobjinv/Makefile:1.9
--- pkgsrc/textproc/py-sphobjinv/Makefile:1.8   Mon Nov 11 07:29:09 2024
+++ pkgsrc/textproc/py-sphobjinv/Makefile       Tue Dec 31 09:59:02 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2024/11/11 07:29:09 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2024/12/31 09:59:02 adam Exp $
 
-DISTNAME=      sphobjinv-2.3.1.1
+DISTNAME=      sphobjinv-2.3.1.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/sphobjinv/}

Index: pkgsrc/textproc/py-sphobjinv/distinfo
diff -u pkgsrc/textproc/py-sphobjinv/distinfo:1.5 pkgsrc/textproc/py-sphobjinv/distinfo:1.6
--- pkgsrc/textproc/py-sphobjinv/distinfo:1.5   Mon May 27 07:17:41 2024
+++ pkgsrc/textproc/py-sphobjinv/distinfo       Tue Dec 31 09:59:02 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2024/05/27 07:17:41 adam Exp $
+$NetBSD: distinfo,v 1.6 2024/12/31 09:59:02 adam Exp $
 
-BLAKE2s (sphobjinv-2.3.1.1.tar.gz) = 0d4fd524964ddc50add86f2512b80b77163e9c7ab6d69df3ddb3f7a0f6c87346
-SHA512 (sphobjinv-2.3.1.1.tar.gz) = 20a7b502c204749f3f58a598d94347b01e846e8ac52745aecae35bbb2d1e665761e7194ba4ae20e14201ff047befb60f089589f52a80c96ed56fc02b826f9373
-Size (sphobjinv-2.3.1.1.tar.gz) = 267053 bytes
+BLAKE2s (sphobjinv-2.3.1.2.tar.gz) = 6affc4971e328db98da350358385120155ccc58cfcf5ac19149a3c0a3b5c707d
+SHA512 (sphobjinv-2.3.1.2.tar.gz) = e4cf16407a7acccee8d1b76d9d57c705902fd53517da25a045a45c7ba464365b5e60cd36a6d5eaf3419b2ed1d3ea6b81bf8b1bf11c3c60fd571baf7d7e38ea2c
+Size (sphobjinv-2.3.1.2.tar.gz) = 268026 bytes



Home | Main Index | Thread Index | Old Index