Skip to content
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

Adjust links after repository transfer #561

Merged
merged 1 commit into from
Mar 1, 2025
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
40 changes: 20 additions & 20 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ Features
Features
--------

- Support Python 3.12 (`#469 <https://github.com/ClearcodeHQ/pytest-rabbitmq/issues/469>`_)
- Support Python 3.12 (`#469 <https://github.com/dbfixtures/pytest-rabbitmq/issues/469>`_)


Miscellaneus
------------

- Update code formatting with black 24.1 (`#424 <https://github.com/ClearcodeHQ/pytest-rabbitmq/issues/424>`_)
- Drop Pipfile.lock from repository - rely on a cached/artifacted one. (`#468 <https://github.com/ClearcodeHQ/pytest-rabbitmq/issues/468>`_)
- Update code formatting with black 24.1 (`#424 <https://github.com/dbfixtures/pytest-rabbitmq/issues/424>`_)
- Drop Pipfile.lock from repository - rely on a cached/artifacted one. (`#468 <https://github.com/dbfixtures/pytest-rabbitmq/issues/468>`_)


3.0.2 (2023-07-05)
Expand All @@ -40,8 +40,8 @@ Miscellaneus
Bugfixes
--------

- Fixes logdir config option reading. (`#354 <https://github.com/ClearcodeHQ/pytest-rabbitmq/issues/354>`_)
- Fixes type hints for specifying ports in Rabbitmq startup process. (`#355 <https://github.com/ClearcodeHQ/pytest-rabbitmq/issues/355>`_)
- Fixes logdir config option reading. (`#354 <https://github.com/dbfixtures/pytest-rabbitmq/issues/354>`_)
- Fixes type hints for specifying ports in Rabbitmq startup process. (`#355 <https://github.com/dbfixtures/pytest-rabbitmq/issues/355>`_)


3.0.1 (2023-06-16)
Expand All @@ -50,7 +50,7 @@ Bugfixes
Bugfixes
--------

- Fixed rabbitmq entrypoint (`#349 <https://github.com/ClearcodeHQ/pytest-rabbitmq/issues/349>`_)
- Fixed rabbitmq entrypoint (`#349 <https://github.com/dbfixtures/pytest-rabbitmq/issues/349>`_)


3.0.0 (2023-06-15)
Expand All @@ -59,41 +59,41 @@ Bugfixes
Breaking changes
----------------

- Add your info here (`#313 <https://github.com/ClearcodeHQ/pytest-rabbitmq/issues/313>`_)
- Dropped support for Python 3.7 (`#324 <https://github.com/ClearcodeHQ/pytest-rabbitmq/issues/324>`_)
- Add your info here (`#313 <https://github.com/dbfixtures/pytest-rabbitmq/issues/313>`_)
- Dropped support for Python 3.7 (`#324 <https://github.com/dbfixtures/pytest-rabbitmq/issues/324>`_)


Deprecations
------------

- Deprecate `rabbitmq_logsdir` and `--rabbitmq-logsdir` config options. (`#266 <https://github.com/ClearcodeHQ/pytest-rabbitmq/issues/266>`_)
- Deprecate `rabbitmq_logsdir` and `--rabbitmq-logsdir` config options. (`#266 <https://github.com/dbfixtures/pytest-rabbitmq/issues/266>`_)


Features
--------

- Use `tmp_path_factory` instead of gettempdir() manually.
This will allow cleaning of a temporary files. (`#266 <https://github.com/ClearcodeHQ/pytest-rabbitmq/issues/266>`_)
This will allow cleaning of a temporary files. (`#266 <https://github.com/dbfixtures/pytest-rabbitmq/issues/266>`_)
- Define RABBITMQ_DIST_PORT for rabbitmq.
Added `--rabbitmq-distribution-port` to commandline and `rabbitmq_distribution_port` to ini configuration options.

This will help both with macos port number limit (as by default Rabbitmk adds 20000 to the Node port to determine the port), and the port being already used error.

This port has to be different that rabbitmq port. (`#317 <https://github.com/ClearcodeHQ/pytest-rabbitmq/issues/317>`_)
- Use towncrier to manage changelog. Require Pull Requests to contain proper newsfragment. (`#319 <https://github.com/ClearcodeHQ/pytest-rabbitmq/issues/319>`_)
- Introduce typing and run mypy checks (`#324 <https://github.com/ClearcodeHQ/pytest-rabbitmq/issues/324>`_)
- Official Python 3.11 support (`#329 <https://github.com/ClearcodeHQ/pytest-rabbitmq/issues/329>`_)
This port has to be different that rabbitmq port. (`#317 <https://github.com/dbfixtures/pytest-rabbitmq/issues/317>`_)
- Use towncrier to manage changelog. Require Pull Requests to contain proper newsfragment. (`#319 <https://github.com/dbfixtures/pytest-rabbitmq/issues/319>`_)
- Introduce typing and run mypy checks (`#324 <https://github.com/dbfixtures/pytest-rabbitmq/issues/324>`_)
- Official Python 3.11 support (`#329 <https://github.com/dbfixtures/pytest-rabbitmq/issues/329>`_)


Miscellaneus
------------

- Upadte test pipeline to install fresh rabbitmq from apt. (`#280 <https://github.com/ClearcodeHQ/pytest-rabbitmq/issues/280>`_)
- Migrate dev dependency management to pipfile (`#320 <https://github.com/ClearcodeHQ/pytest-rabbitmq/issues/320>`_)
- Migrate automerge workflow to shared one with merger app (`#321 <https://github.com/ClearcodeHQ/pytest-rabbitmq/issues/321>`_)
- Replace pycodestyle and pydocstyle with ruff. (`#322 <https://github.com/ClearcodeHQ/pytest-rabbitmq/issues/322>`_)
- Move package configuration to pyproject.toml (`#323 <https://github.com/ClearcodeHQ/pytest-rabbitmq/issues/323>`_)
- Migrate to tbump to manage package versions (`#340 <https://github.com/ClearcodeHQ/pytest-rabbitmq/issues/340>`_)
- Upadte test pipeline to install fresh rabbitmq from apt. (`#280 <https://github.com/dbfixtures/pytest-rabbitmq/issues/280>`_)
- Migrate dev dependency management to pipfile (`#320 <https://github.com/dbfixtures/pytest-rabbitmq/issues/320>`_)
- Migrate automerge workflow to shared one with merger app (`#321 <https://github.com/dbfixtures/pytest-rabbitmq/issues/321>`_)
- Replace pycodestyle and pydocstyle with ruff. (`#322 <https://github.com/dbfixtures/pytest-rabbitmq/issues/322>`_)
- Move package configuration to pyproject.toml (`#323 <https://github.com/dbfixtures/pytest-rabbitmq/issues/323>`_)
- Migrate to tbump to manage package versions (`#340 <https://github.com/dbfixtures/pytest-rabbitmq/issues/340>`_)


2.2.1
Expand Down
12 changes: 6 additions & 6 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.. image:: https://raw.githubusercontent.com/ClearcodeHQ/pytest-rabbitmq/master/logo.png
.. image:: https://raw.githubusercontent.com/dbfixtures/pytest-rabbitmq/master/logo.png
:width: 100px
:height: 100px

Expand All @@ -24,12 +24,12 @@ pytest-rabbitmq
Package status
--------------

.. image:: https://travis-ci.org/ClearcodeHQ/pytest-rabbitmq.svg?branch=v2.2.1
:target: https://travis-ci.org/ClearcodeHQ/pytest-rabbitmq
.. image:: https://travis-ci.org/dbfixtures/pytest-rabbitmq.svg?branch=v2.2.1
:target: https://travis-ci.org/dbfixtures/pytest-rabbitmq
:alt: Tests

.. image:: https://coveralls.io/repos/ClearcodeHQ/pytest-rabbitmq/badge.png?branch=v2.2.1
:target: https://coveralls.io/r/ClearcodeHQ/pytest-rabbitmq?branch=v2.2.1
.. image:: https://coveralls.io/repos/dbfixtures/pytest-rabbitmq/badge.png?branch=v2.2.1
:target: https://coveralls.io/r/dbfixtures/pytest-rabbitmq?branch=v2.2.1
:alt: Coverage Status

What is this?
Expand Down Expand Up @@ -150,4 +150,4 @@ Example usage:
Package resources
-----------------

* Bug tracker: https://github.com/ClearcodeHQ/pytest-rabbitmq/issues
* Bug tracker: https://github.com/dbfixtures/pytest-rabbitmq/issues
1 change: 1 addition & 0 deletions newsfragments/+5fbbfb1e.misc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Adjust links after repository transfer
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ dependencies = [
requires-python = ">= 3.9"

[project.urls]
"Source" = "https://github.com/ClearcodeHQ/pytest-rabbitmq"
"Bug Tracker" = "https://github.com/ClearcodeHQ/pytest-rabbitmq/issues"
"Changelog" = "https://github.com/ClearcodeHQ/pytest-rabbitmq/blob/v3.1.1/CHANGES.rst"
"Source" = "https://github.com/dbfixtures/pytest-rabbitmq"
"Bug Tracker" = "https://github.com/dbfixtures/pytest-rabbitmq/issues"
"Changelog" = "https://github.com/dbfixtures/pytest-rabbitmq/blob/v3.1.1/CHANGES.rst"

[project.entry-points."pytest11"]
pytest_rabbitmq = "pytest_rabbitmq.plugin"
Expand Down Expand Up @@ -80,7 +80,7 @@ select = [
directory = "newsfragments"
single_file=true
filename="CHANGES.rst"
issue_format="`#{issue} <https://github.com/ClearcodeHQ/pytest-rabbitmq/issues/{issue}>`_"
issue_format="`#{issue} <https://github.com/dbfixtures/pytest-rabbitmq/issues/{issue}>`_"

[tool.towncrier.fragment.feature]
name = "Features"
Expand Down Expand Up @@ -142,7 +142,7 @@ search = 'version = "{current_version}"'

[[tool.tbump.file]]
src = "pyproject.toml"
search = '"Changelog" = "https://github.com/ClearcodeHQ/pytest-rabbitmq/blob/v{current_version}/CHANGES.rst"'
search = '"Changelog" = "https://github.com/dbfixtures/pytest-rabbitmq/blob/v{current_version}/CHANGES.rst"'

# You can specify a list of commands to
# run after the files have been patched
Expand Down
Loading