Skip to content

Commit 7fde9e5

Browse files
committed
Finish rename to packageurl-python
Signed-off-by: Jiri Popelka <jpopelka@redhat.com>
1 parent 6b548c7 commit 7fde9e5

File tree

5 files changed

+16
-13
lines changed

5 files changed

+16
-13
lines changed

AUTHORS.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1-
The following organizations or individuals have contributed to purl-python:
1+
The following organizations or individuals have contributed to
2+
packageurl-python:
23

34
- Philippe Ombredanne @pombredanne

README.rst

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# purl-python
1+
# packageurl-python
22

33
A parser and builder for purl Package URLs for Python 2 and 3.
44

@@ -9,19 +9,19 @@ License: MIT
99
Build and tests status
1010
======================
1111

12-
+------------------------------------------------------------------------------+
13-
| **Linux (Travis) on Python 2 and 3** |
14-
+==============================================================================+
15-
|.. image:: https://api.travis-ci.org/package-url/purl-python.png?branch=master|
16-
| :target: https://travis-ci.org/package-url/purl-python.png |
17-
| :alt: Linux Master branch tests status |
18-
+------------------------------------------------------------------------------+
12+
+------------------------------------------------------------------------------------+
13+
| **Linux (Travis) on Python 2 and 3** |
14+
+====================================================================================+
15+
|.. image:: https://api.travis-ci.org/package-url/packageurl-python.png?branch=master|
16+
| :target: https://travis-ci.org/package-url/packageurl-python.png |
17+
| :alt: Linux Master branch tests status |
18+
+------------------------------------------------------------------------------------+
1919

2020
Install
2121
=======
2222
::
2323

24-
pip install purl-python
24+
pip install packageurl-python
2525

2626

2727

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
license='MIT',
1818
description='A "purl" aka. package URL parser and builder',
1919
long_description='Python library to parse and build "purl" aka. package URLs. '
20-
'This is a microlibrary implmenting teh purl spec at https://github.com/package-url',
20+
'This is a microlibrary implementing the purl spec at https://github.com/package-url',
2121
author='the purl authors',
2222
url='https://github.com/package-url/packageurl-python',
2323
#packages=find_packages('src'),

src/packageurl.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1919
# SOFTWARE.
2020

21-
# Visit https://github.com/package-url/purl-python for support and download.
21+
# Visit https://github.com/package-url/packageurl-python for support and
22+
# download.
2223

2324
from __future__ import absolute_import
2425
from __future__ import print_function

test_purl.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1919
# SOFTWARE.
2020

21-
# Visit https://github.com/package-url/purl-python for support and download.
21+
# Visit https://github.com/package-url/packageurl-python for support and
22+
# download.
2223

2324
from __future__ import absolute_import
2425
from __future__ import print_function

0 commit comments

Comments
 (0)