Skip to content

Deprecate Pagure repo #579

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 1 addition & 6 deletions Doc/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,6 @@ If you're used to open-source Python development with Git, here's the gist:
.. _the bug tracker: https://github.com/python-ldap/python-ldap/issues
.. _tox: https://tox.readthedocs.io/en/latest/

Or, if you prefer to avoid closed-source services:

* ``git clone https://pagure.io/python-ldap``
* Send bug reports and patches to the mailing list.
* Run tests with `tox`_; ignore Python interpreters you don't have locally.
* Read the documentation directly at `Read the Docs`_.
Expand Down Expand Up @@ -203,8 +200,6 @@ remember:
* Consider making the summary line suitable for the CHANGES document,
and starting it with a prefix like ``Lib:`` or ``Tests:``.

* Push to Pagure as well.

If you have good reason to break the “rules”, go ahead and break them,
but mention why.

Expand All @@ -224,7 +219,7 @@ If you are tasked with releasing python-ldap, remember to:
* Run ``python setup.py sdist``, and smoke-test the resulting package
(install in a clean virtual environment, import ``ldap``).
* Create GPG-signed Git tag: ``git tag -s python-ldap-{version}``.
Push it to GitHub and Pagure.
Push it to GitHub.
* Release the ``sdist`` on PyPI.
* Announce the release on the mailing list.
Mention the Git hash.
Expand Down
1 change: 0 additions & 1 deletion Doc/spelling_wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ oc
oid
oids
OpenLDAP
Pagure
postalAddress
pre
previousDN
Expand Down