From e7d950d2c2d819da56dfbad99fab72c34896a2b9 Mon Sep 17 00:00:00 2001 From: Adi Roiban Date: Wed, 9 Aug 2023 18:33:40 +0100 Subject: [PATCH 1/7] Create release candidate --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 8194d20..17f425c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = twisted-iocpsupport -version = 1.0.4.dev0 +version = 1.0.4.rc1 description = An extension for use in the twisted I/O Completion Ports reactor. long_description = file: README.rst long_description_content_type = text/x-rst From dce768b724c9945762bb4c89487da03af1f2cbbb Mon Sep 17 00:00:00 2001 From: Adi Roiban Date: Wed, 9 Aug 2023 18:35:28 +0100 Subject: [PATCH 2/7] Update CHANGELOG.rst --- CHANGELOG.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 0e10caf..de31ea6 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,7 +1,7 @@ Changelog ========= -1.0.4 (unreleased) +1.0.4rc1 (2023-08-09) ------------------ - Compile 3.12 wheels. From 7851bffbd93d02610e5c667e35a2bb418641ba61 Mon Sep 17 00:00:00 2001 From: Adi Roiban Date: Wed, 9 Aug 2023 19:57:30 +0100 Subject: [PATCH 3/7] Update README.rst --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index af02600..2c0b3f2 100644 --- a/README.rst +++ b/README.rst @@ -1,7 +1,7 @@ twisted-iocpsupport =================== -.. image:: https://img.shields.io/github/workflow/status/twisted/twisted-iocpsupport/Build%20and%20upload%20to%20PyPI?label=GitHub%20Actions&logo=github +.. image:: https://img.shields.io/github/actions/workflow/status/twisted/twisted-iocpsupport/github-deploy.yml?branch=default :alt: GitHub Actions :target: https://github.com/twisted/twisted-iocpsupport/ .. image:: https://img.shields.io/pypi/v/twisted-iocpsupport?logo=pypi From 6e8bb72a259f529c6a7534e7a0d73c82add8d99a Mon Sep 17 00:00:00 2001 From: Adi Roiban Date: Wed, 9 Aug 2023 23:39:38 +0100 Subject: [PATCH 4/7] Update links on readme --- README.rst | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/README.rst b/README.rst index 2c0b3f2..2cfe982 100644 --- a/README.rst +++ b/README.rst @@ -14,12 +14,11 @@ Ports reactor. This code was initially part of the core Twisted project. It was moved into a separate repo in order to simplify the Twisted production deployment. As such, -issues are handled by the Twisted Trac Ticketing system -https://twistedmatrix.com/trac/search?q=iocp&noquickjump=1&ticket=on -Additionally, this package provides no compatability gurantees: All use must -be via the ``Twisted`` PyPI distribution and ``twisted`` Python package. -Applications must not depend on the ``twisted-iocpsupport`` PyPI distribution -directly. Applications must not import names from the ``twisted_iocpsupport`` +issues are handled via the `twisted/twisted GitHub Issues system `_ + +Additionally, this package provides no compatability gurantees: +All use must be via the ``Twisted`` PyPI distribution and ``twisted`` Python package. +Applications must not depend on the ``twisted-iocpsupport`` PyPI distribution directly. +Applications must not import names from the ``twisted_iocpsupport`` package directly. -See https://twistedmatrix.com/documents/current/core/development/policy/compatibility-policy.html -for the Twisted Compatability Policy. +See the `Twisted Compatability Policy Date: Wed, 9 Aug 2023 23:40:16 +0100 Subject: [PATCH 5/7] Fix RST link markup. --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 2cfe982..dc45aed 100644 --- a/README.rst +++ b/README.rst @@ -21,4 +21,4 @@ All use must be via the ``Twisted`` PyPI distribution and ``twisted`` Python pac Applications must not depend on the ``twisted-iocpsupport`` PyPI distribution directly. Applications must not import names from the ``twisted_iocpsupport`` package directly. -See the `Twisted Compatability Policy `_ for more info. From c6a6d98124ebd097f81cbd79c8b10d871da63e13 Mon Sep 17 00:00:00 2001 From: Adi Roiban Date: Thu, 10 Aug 2023 09:46:15 +0100 Subject: [PATCH 6/7] [no ci] Prepare final version. --- CHANGELOG.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index de31ea6..ceb8069 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,7 +1,7 @@ Changelog ========= -1.0.4rc1 (2023-08-09) +1.0.4 (2023-08-10) ------------------ - Compile 3.12 wheels. From d9706a315abc95938a27b8bb6508585d7df89a88 Mon Sep 17 00:00:00 2001 From: Adi Roiban Date: Thu, 10 Aug 2023 09:46:50 +0100 Subject: [PATCH 7/7] Update to final release version. --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 17f425c..508296c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = twisted-iocpsupport -version = 1.0.4.rc1 +version = 1.0.4 description = An extension for use in the twisted I/O Completion Ports reactor. long_description = file: README.rst long_description_content_type = text/x-rst