Skip to content

Commit 6dbc5cf

Browse files
authored
remove workaround after release to pypi (#2360)
1 parent 5be3c76 commit 6dbc5cf

File tree

1 file changed

+0
-30
lines changed

1 file changed

+0
-30
lines changed

README.rst

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -18,36 +18,6 @@ Jira Python Library
1818
:target: https://codecov.io/gh/pycontribs/jira
1919

2020

21-
WARNING PYPI RELEASE BROKEN - TEMPORARY FIX
22-
--------------------------------------------
23-
24-
| Dear users, currently we have an issue releasing to pypi which we are trying to solve as soon as possible.
25-
| Do know this project is fully funded by volunteer work, we're doing as much as we can with our limited time.
26-
| Version 3.10.1 fixes a deprecation in the search api of atlassian jira
27-
| A temporary work around shown below can be used to install the 3.10.1 version of the jira package.
28-
29-
.. code-block:: bash
30-
31-
pip install git+https://github.com/pycontribs/jira.git@3.10.1
32-
33-
if you don't have git installed on your system or you prefer whl files you can install the 3.10.1 like below.
34-
35-
.. code-block:: bash
36-
37-
pip install https://github.com/pycontribs/jira/releases/download/3.10.1/jira-3.10.1-py3-none-any.whl
38-
39-
in your requirements.txt or pyproject.toml you can temporarily add this release like so.
40-
41-
.. code-block:: bash
42-
43-
requests # or any other package in your project
44-
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/
45-
46-
sorry for the inconvenience, this message will disappear once the issues are solved.
47-
48-
______
49-
50-
5121
This library eases the use of the Jira REST API from Python and it has been used in production for years.
5222

5323
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.

0 commit comments

Comments
 (0)