From 8cb7106f909e6ced5fc5bc43b5b087f485fc7556 Mon Sep 17 00:00:00 2001 From: studioj <22102283+studioj@users.noreply.github.com> Date: Mon, 28 Jul 2025 14:05:23 +0200 Subject: [PATCH] remove workaround after release to pypi --- README.rst | 30 ------------------------------ 1 file changed, 30 deletions(-) diff --git a/README.rst b/README.rst index f53b9347e..24499a673 100644 --- a/README.rst +++ b/README.rst @@ -18,36 +18,6 @@ Jira Python Library :target: https://codecov.io/gh/pycontribs/jira -WARNING PYPI RELEASE BROKEN - TEMPORARY FIX --------------------------------------------- - -| Dear users, currently we have an issue releasing to pypi which we are trying to solve as soon as possible. -| Do know this project is fully funded by volunteer work, we're doing as much as we can with our limited time. -| Version 3.10.1 fixes a deprecation in the search api of atlassian jira -| A temporary work around shown below can be used to install the 3.10.1 version of the jira package. - -.. code-block:: bash - - pip install git+https://github.com/pycontribs/jira.git@3.10.1 - -if you don't have git installed on your system or you prefer whl files you can install the 3.10.1 like below. - -.. code-block:: bash - - pip install https://github.com/pycontribs/jira/releases/download/3.10.1/jira-3.10.1-py3-none-any.whl - -in your requirements.txt or pyproject.toml you can temporarily add this release like so. - -.. code-block:: bash - - requests # or any other package in your project - https://github.com/pycontribs/jira/releases/download/3.10.1/jira-3.10.1-py3-none-any.whl # please check if pypi releases are ok again here https://pypi.org/project/jira/ - -sorry for the inconvenience, this message will disappear once the issues are solved. - -______ - - This library eases the use of the Jira REST API from Python and it has been used in production for years. As this is an open-source project that is community maintained, do not be surprised if some bugs or features are not implemented quickly enough.