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 url from dahlia/libsass-python => sass/libsass-python #230

Merged
merged 1 commit into from
Jan 19, 2018
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ Tests
AppVeyor_ (Windows).

.. _tox: http://tox.testrun.org/
.. _Travis: http://travis-ci.org/dahlia/libsass-python
.. _AppVeyor: https://ci.appveyor.com/project/dahlia/libsass-python
.. _Travis: http://travis-ci.org/sass/libsass-python
.. _AppVeyor: https://ci.appveyor.com/project/asottile/libsass-python


Maintainer's guide
Expand Down Expand Up @@ -62,7 +62,7 @@ Here's a brief check list for releasing a new version:
It's currently a static website deployed on GitHub Pages.
Use ``python setup.py upload_doc`` command.
Although it seems possible to be automated using Travis.
- Manually create a release through https://github.com/dahlia/libsass-python/releases/
- Manually create a release through https://github.com/sass/libsass-python/releases/

Ping Hong Minhee ([email protected], @dahlia on GitHub) if you need
any help!
Expand Down
12 changes: 6 additions & 6 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@ libsass-python: Sass_/SCSS for Python
:alt: PyPI
:target: https://pypi.python.org/pypi/libsass

.. image:: https://travis-ci.org/dahlia/libsass-python.svg
:target: https://travis-ci.org/dahlia/libsass-python
.. image:: https://travis-ci.org/sass/libsass-python.svg
:target: https://travis-ci.org/sass/libsass-python
:alt: Build Status

.. image:: https://ci.appveyor.com/api/projects/status/yghrs9jw7b67c0ia/branch/master?svg=true
:target: https://ci.appveyor.com/project/dahlia/libsass-python
.. image:: https://ci.appveyor.com/api/projects/status/asgquaxlffnuryoq/branch/master?svg=true
:target: https://ci.appveyor.com/project/asottile/libsass-python
:alt: Build Status (Windows)

.. image:: https://coveralls.io/repos/github/dahlia/libsass-python/badge.svg?branch=master
:target: https://coveralls.io/github/dahlia/libsass-python?branch=master
.. image:: https://coveralls.io/repos/github/sass/libsass-python/badge.svg?branch=master
:target: https://coveralls.io/github/sass/libsass-python?branch=master
:alt: Coverage Status

This package provides a simple Python extension module ``sass`` which is
Expand Down
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -257,9 +257,9 @@


extlinks = {
'issue': ('https://github.com/dahlia/libsass-python/issues/%s', '#'),
'branch': ('https://github.com/dahlia/libsass-python/compare/master...%s',
'issue': ('https://github.com/sass/libsass-python/issues/%s', '#'),
'branch': ('https://github.com/sass/libsass-python/compare/master...%s',
''),
'commit': ('https://github.com/dahlia/libsass-python/commit/%s', ''),
'commit': ('https://github.com/sass/libsass-python/commit/%s', ''),
'upcommit': ('https://github.com/sass/libsass/commit/%s', ''),
}
20 changes: 10 additions & 10 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -130,27 +130,27 @@ Open source
-----------

GitHub (Git repository + issues)
https://github.com/dahlia/libsass-python
https://github.com/sass/libsass-python

Travis CI
https://travis-ci.org/dahlia/libsass-python
https://travis-ci.org/sass/libsass-python

.. image:: https://travis-ci.org/dahlia/libsass-python.svg
:target: https://travis-ci.org/dahlia/libsass-python
.. image:: https://travis-ci.org/sass/libsass-python.svg
:target: https://travis-ci.org/sass/libsass-python
:alt: Build Status

AppVeyor (CI for Windows)
https://ci.appveyor.com/project/dahlia/libsass-python
https://ci.appveyor.com/project/asottile/libsass-python

.. image:: https://ci.appveyor.com/api/projects/status/yghrs9jw7b67c0ia/branch/master?svg=true
:target: https://ci.appveyor.com/project/dahlia/libsass-python
.. image:: https://ci.appveyor.com/api/projects/status/asgquaxlffnuryoq/branch/master?svg=true
:target: https://ci.appveyor.com/project/asottile/libsass-python
:alt: Build Status (Windows)

Coveralls (Test coverage)
https://coveralls.io/r/dahlia/libsass-python
https://coveralls.io/r/sass/libsass-python

.. image:: https://img.shields.io/coveralls/dahlia/libsass-python/master.svg
:target: https://coveralls.io/r/dahlia/libsass-python
.. image:: https://coveralls.io/repos/github/sass/libsass-python/badge.svg?branch=master
:target: https://coveralls.io/r/sass/libsass-python
:alt: Coverage Status

PyPI
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ def run(self):
'build', 'sphinx', 'html')
os.chdir(path)
os.system('git clone -b gh-pages --depth 5 '
'[email protected]:dahlia/libsass-python.git .')
'[email protected]:sass/libsass-python.git .')
os.system('git rm -r .')
os.system('touch .nojekyll')
os.system('cp -r ' + build + '/* .')
Expand Down Expand Up @@ -257,7 +257,7 @@ def run(self):
author='Hong Minhee',
author_email='minhee' '@' 'dahlia.kr',
url='http://hongminhee.org/libsass-python/',
download_url='https://github.com/dahlia/libsass-python/releases',
download_url='https://github.com/sass/libsass-python/releases',
entry_points={
'distutils.commands': [
'build_sass = sassutils.distutils:build_sass'
Expand Down
2 changes: 1 addition & 1 deletion upload_appveyor_builds.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

APPVEYOR_API_BASE_URL = 'https://ci.appveyor.com/api/'
APPVEYOR_API_PROJECT_URL = urljoin(APPVEYOR_API_BASE_URL,
'projects/dahlia/libsass-python/')
'projects/asottile/libsass-python/')
APPVEYOR_API_BUILDS_URL = urljoin(APPVEYOR_API_PROJECT_URL,
'history?recordsNumber=50&branch=master')
APPVEYOR_API_JOBS_URL = urljoin(APPVEYOR_API_PROJECT_URL,
Expand Down