Skip to content

Commit bd929fe

Browse files
committed
Github repository transferred to trac-hacks
The github repository has been transfered to the trac-hacks organization. Nothing should change except the github URLs (and the old URLs should still work.)
1 parent fbb3aa2 commit bd929fe

File tree

3 files changed

+16
-9
lines changed

3 files changed

+16
-9
lines changed

CHANGES.rst

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ Changes
55
Next Version
66
============
77

8+
- The github repository has been transfered to the trac-hacks_
9+
organization. Nothing has changed except the github URLs (and the
10+
old URLs should continue to work.)
11+
12+
.. _trac-hacks: https://github.com/trac-hacks
13+
14+
815
Version 0.4.7 (2013-12-06)
916
==========================
1017

@@ -14,7 +21,7 @@ Bug Fixes
1421
- Avoid ``KeyError: 'openid.return_to'`` error when user cancels verification.
1522
(Fix__ by @sleske)
1623

17-
__ https://github.com/dairiki/authopenid-plugin/pull/16
24+
__ https://github.com/trac-hacks/authopenid-plugin/pull/16
1825

1926
- On login, first try to look up the username by the supplied OpenID
2027
identifier. Only create a (new) username if the lookup fails. Thus
@@ -28,7 +35,7 @@ __ https://github.com/dairiki/authopenid-plugin/pull/16
2835
users share the same openid identifier"). You should probably clean up
2936
these "duplicate" usernames (usually by joining them). (Fix by @sleske)
3037

31-
.. _#14: https://github.com/dairiki/authopenid-plugin/issues/14
38+
.. _#14: https://github.com/trac-hacks/authopenid-plugin/issues/14
3239

3340

3441
Version 0.4.6 (2013-06-27)
@@ -40,7 +47,7 @@ Bug Fixes
4047
- Avoid ``AttributeError`` when neither name nor email is returned from
4148
the OP. (Fixes `#9`_.)
4249

43-
.. _#9: https://github.com/dairiki/authopenid-plugin/issues/9
50+
.. _#9: https://github.com/trac-hacks/authopenid-plugin/issues/9
4451

4552

4653
Version 0.4.5 (2013-06-23)
@@ -81,7 +88,7 @@ Documentation
8188
- Updated the example config in the README__ so that it more closely
8289
matches current reality. (Baby steps...)
8390

84-
__ https://github.com/dairiki/authopenid-plugin#options
91+
__ https://github.com/trac-hacks/authopenid-plugin#options
8592

8693
Version 0.4.3 (2013-05-22)
8794
==========================
@@ -179,7 +186,7 @@ Jeff Dairiki has taken over maintenance of this plugin from
179186
the original author, Dalius Dobravolskas (who no longer uses trac.)
180187

181188
The source repository for the plugin has moved to
182-
https://github.com/dairiki/authopenid-plugin.
189+
https://github.com/trac-hacks/authopenid-plugin.
183190

184191
New Features
185192
------------

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Download & Source
1717
The source repository is on github__.
1818
You may submit bug reports and pull requests there.
1919

20-
__ https://github.com/dairiki/authopenid-plugin/
20+
__ https://github.com/trac-hacks/authopenid-plugin/
2121

2222
There are several ways to install this plugin.
2323

@@ -51,7 +51,7 @@ __ https://apps.fedoraproject.org/packages/trac-authopenid-plugin
5151
4. You can clone git repository somewhere in your system::
5252

5353
cd /your/3rdparty/src
54-
git clone git://github.com/dairiki/authopenid-plugin.git
54+
git clone git://github.com/trac-hacks/authopenid-plugin.git
5555

5656
Then you should do following steps::
5757

@@ -61,7 +61,7 @@ __ https://apps.fedoraproject.org/packages/trac-authopenid-plugin
6161
Alternatively, if you use pip_, you can install directly from the git
6262
repository::
6363

64-
pip install git+git://github.com/dairiki/authopenid-plugin.git
64+
pip install git+git://github.com/trac-hacks/authopenid-plugin.git
6565

6666
For any of the above methods, if you want to do a system-wide
6767
installation, you will have to do this with *root* permissions

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
author_email='[email protected]',
4040
maintainer='Jeff Dairiki',
4141
maintainer_email='[email protected]',
42-
url='https://github.com/dairiki/authopenid-plugin/',
42+
url='https://github.com/trac-hacks/authopenid-plugin/',
4343
license='Trac license (BSD-like)',
4444

4545
packages=['authopenid'],

0 commit comments

Comments
 (0)