Skip to content

Commit b4c2a4f

Browse files
authored
Merge pull request #561 from dbfixtures/update-links
Adjust links after repository transfer
2 parents ce4a776 + 099aa95 commit b4c2a4f

File tree

4 files changed

+32
-31
lines changed

4 files changed

+32
-31
lines changed

CHANGES.rst

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ Features
2424
Features
2525
--------
2626

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

2929

3030
Miscellaneus
3131
------------
3232

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

3636

3737
3.0.2 (2023-07-05)
@@ -40,8 +40,8 @@ Miscellaneus
4040
Bugfixes
4141
--------
4242

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

4646

4747
3.0.1 (2023-06-16)
@@ -50,7 +50,7 @@ Bugfixes
5050
Bugfixes
5151
--------
5252

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

5555

5656
3.0.0 (2023-06-15)
@@ -59,41 +59,41 @@ Bugfixes
5959
Breaking changes
6060
----------------
6161

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

6565

6666
Deprecations
6767
------------
6868

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

7171

7272
Features
7373
--------
7474

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

8080
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.
8181

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

8787

8888
Miscellaneus
8989
------------
9090

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

9898

9999
2.2.1

README.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.. image:: https://raw.githubusercontent.com/ClearcodeHQ/pytest-rabbitmq/master/logo.png
1+
.. image:: https://raw.githubusercontent.com/dbfixtures/pytest-rabbitmq/master/logo.png
22
:width: 100px
33
:height: 100px
44

@@ -24,12 +24,12 @@ pytest-rabbitmq
2424
Package status
2525
--------------
2626

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

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

3535
What is this?
@@ -150,4 +150,4 @@ Example usage:
150150
Package resources
151151
-----------------
152152

153-
* Bug tracker: https://github.com/ClearcodeHQ/pytest-rabbitmq/issues
153+
* Bug tracker: https://github.com/dbfixtures/pytest-rabbitmq/issues

newsfragments/+5fbbfb1e.misc.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Adjust links after repository transfer

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ dependencies = [
3737
requires-python = ">= 3.9"
3838

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

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

8585
[tool.towncrier.fragment.feature]
8686
name = "Features"
@@ -142,7 +142,7 @@ search = 'version = "{current_version}"'
142142

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

147147
# You can specify a list of commands to
148148
# run after the files have been patched

0 commit comments

Comments
 (0)