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

Update repository name after move to openSUSE #61

Merged
merged 1 commit into from
Aug 18, 2016
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ deploy:
on:
tags: true
distributions: sdist bdist_wheel
repo: saschpe/py2pack
repo: openSUSE/py2pack
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Py2pack: Generate distribution packages from PyPI
=================================================

.. image:: https://travis-ci.org/saschpe/py2pack.png?branch=master
:target: https://travis-ci.org/saschpe/py2pack
.. image:: https://travis-ci.org/openSUSE/py2pack.png?branch=master
:target: https://travis-ci.org/openSUSE/py2pack


This script allows to generate RPM spec or DEB dsc files from Python modules.
Expand Down Expand Up @@ -129,7 +129,7 @@ on your system.
.. _DEB: http://en.wikipedia.org/wiki/Deb_(file_format)
.. _`Python Package Index`: https://pypi.python.org/pypi/rapport
.. _`Open Build Service`: https://build.opensuse.org/package/show?package=rapport&project=devel:languages:python
.. _`the repository`: https://github.com/saschpe/py2pack
.. _`the repository`: https://github.com/openSUSE/py2pack
.. _`nose`: https://nose.readthedocs.org
.. _`tox`: http://testrun.org/tox

2 changes: 1 addition & 1 deletion doc/src/py2pack.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<manvolnum>1</manvolnum>
<refmiscinfo class="version">@VERSION@</refmiscinfo>
<refmiscinfo class="source"
>http://github.com/saschpe/py2pack</refmiscinfo>
>http://github.com/openSUSE/py2pack</refmiscinfo>
<!--<refmiscinfo class="manual"></refmiscinfo>-->
</refmeta>

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
long_description=long_description,
author=py2pack.__author__.rsplit(' ', 1)[0],
author_email=py2pack.__author__.rsplit(' ', 1)[1][1:-1],
url='http://github.com/saschpe/py2pack',
url='http://github.com/openSUSE/py2pack',
scripts=['scripts/py2pack'],
packages=['py2pack'],
package_data={'py2pack': ['templates/*', 'spdx_license_map.p']},
Expand Down