Skip to content

Commit 993df8c

Browse files
authored
Merge pull request #549 from testing-cabal/drop-launchpad
Remove remaining references to Launchpad
2 parents 024897b + c0f4978 commit 993df8c

File tree

7 files changed

+13
-267
lines changed

7 files changed

+13
-267
lines changed

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ release:
2424
hatchling build
2525
twine upload dist/testtools-$(shell hatchling version)-*
2626
gpg -a --detach-sign dist/testtools-$(shell hatchling version).tar.gz
27-
$(PYTHON) scripts/_lp_release.py
2827

2928
snapshot: prerelease
3029
hatchling build

NEWS

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@ testtools NEWS
33

44
Changes and improvements to testtools_, grouped by release.
55

6+
2.8.2
7+
~~~~~
8+
9+
Changes
10+
-------
11+
12+
Fully migrate away from Launchpad to GitHub.
13+
614
2.8.1
715
~~~~~
816

README.rst

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -51,24 +51,17 @@ If you would like to use our Twisted support, then you will need the
5151
``testtools[twisted]`` extra.
5252

5353
If you want to use ``fixtures`` then you can either install fixtures (e.g. from
54-
https://launchpad.net/python-fixtures or https://pypi.python.org/pypi/fixtures)
54+
https://github.com/testing-cabalfixtures or https://pypi.python.org/pypi/fixtures)
5555
or alternatively just make sure your fixture objects obey the same protocol.
5656

5757

5858
Bug reports and patches
5959
-----------------------
6060

61-
Please report bugs using Launchpad at <https://bugs.launchpad.net/testtools>.
61+
Please report bugs using GitHub at <https://github.com/testing-cabal/testtools>.
6262
Patches should be submitted as GitHub pull requests, or mailed to the authors.
6363
See ``doc/hacking.rst`` for more details.
6464

65-
There's no mailing list for this project yet, however the testing-in-python
66-
mailing list may be a useful resource:
67-
68-
69-
* Subscription link: http://lists.idyll.org/listinfo/testing-in-python
70-
71-
7265
History
7366
-------
7467

disperse.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
# See https://github.com/jelmer/disperse
22
timeout_days: 5
33
tag_name: "$VERSION"
4-
launchpad_project: "testtools"

doc/for-test-authors.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1422,7 +1422,7 @@ The solution is to use ``Nullary`` instead::
14221422
Here, ``repr(nullary)`` will be the same as ``repr(f)``.
14231423

14241424

1425-
.. _testrepository: https://launchpad.net/testrepository
1425+
.. _testrepository: https://github.com/testing-cabal/testrepository
14261426
.. _Trial: http://twistedmatrix.com/documents/current/core/howto/testing.html
14271427
.. _nose: http://somethingaboutorange.com/mrl/projects/nose/
14281428
.. _zope.testrunner: http://pypi.python.org/pypi/zope.testrunner/

doc/hacking.rst

Lines changed: 2 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Contributing to testtools
55
Bugs and patches
66
----------------
77

8-
`File bugs <https://bugs.launchpad.net/testtools/+filebug>` on Launchpad, and
8+
`File bugs <https://github.com/testing-cabal/testtools/issues/new>` on GitHub, and
99
`send patches <https://github.com/testing-cabal/testtools/>` on GitHub.
1010

1111

@@ -80,12 +80,6 @@ good idea. For crasher bugs, this is generally a no-brainer, but for UI bugs
8080
& API tweaks, the reason something is an improvement might not be obvious, so
8181
it's worth spelling out.
8282

83-
If you are thinking of implementing a new feature, you might want to have that
84-
discussion on the [mailing list]([email protected]) before the
85-
patch goes up for review. This is not at all mandatory, but getting feedback
86-
early can help avoid dead ends.
87-
88-
8983
Documentation
9084
-------------
9185

@@ -178,10 +172,6 @@ Membership in the testing-cabal org on GitHub as committer.
178172

179173
Membership in the pypi testtools project as maintainer.
180174

181-
Membership in the https://launchpad.net/~testtools-committers.
182-
183-
No in-progress Critical bugs on the next_ milestone.
184-
185175
Tasks
186176
+++++
187177

@@ -190,19 +180,11 @@ Tasks
190180
#. Possibly write a blurb into NEWS.
191181
#. Commit the changes.
192182
#. Tag the release, ``git tag -s X.Y.Z -m "Releasing X.Y.Z"``
193-
#. Run 'make release', this:
194-
#. Creates a source distribution and uploads to PyPI
195-
#. Ensures all Fix Committed bugs are in the release milestone
196-
#. Makes a release on Launchpad and uploads the tarball
197-
#. Marks all the Fix Committed bugs as Fix Released
198-
#. Creates a new milestone
199-
#. If a new series has been created (e.g. 0.10.0), make the series on Launchpad.
200-
#. Push trunk to GitHub, ``git push --tags origin master``
183+
#. Push master to GitHub, ``git push --tags origin master``
201184

202185
.. _PEP 8: http://www.python.org/dev/peps/pep-0008/
203186
.. _unittest: http://docs.python.org/library/unittest.html
204187
.. _MIT license: http://www.opensource.org/licenses/mit-license.php
205188
.. _Sphinx: http://sphinx.pocoo.org/
206189
.. _restructuredtext: http://docutils.sourceforge.net/rst.html
207190
.. _testing-cabal: https://github.com/organizations/testing-cabal/
208-
.. _next: https://launchpad.net/testtools/+milestone/next

scripts/_lp_release.py

Lines changed: 0 additions & 235 deletions
This file was deleted.

0 commit comments

Comments
 (0)