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

Move organization from spoqa to nirum-lang #15

Open
wants to merge 1 commit into
base: 0.3-maintenance
Choose a base branch
from
Open
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
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ env:
global:
- FIXTURE_PATH=/tmp/schema_fixture/
matrix:
- NIRUM_URL=https://github.com/spoqa/nirum/releases/download/0.3.3/nirum-linux-x86_64
- NIRUM_URL=https://github.com/spoqa/nirum/releases/download/0.4.0/nirum-linux-x86_64
- NIRUM_URL=https://github.com/nirum-lang/nirum/releases/download/0.3.3/nirum-linux-x86_64
- NIRUM_URL=https://github.com/nirum-lang/nirum/releases/download/0.4.0/nirum-linux-x86_64
- NIRUM_URL=https://nightly-builds.nirum.org/travis-builds/nirum-linux-x86_64
install:
- pip install tox-travis
Expand Down
10 changes: 5 additions & 5 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Released on May 25, 2018.
- ``WsgiApp.error()`` and ``WsgiApp.make_error_response()`` methods became able
to take extra keyword arguments to extend the result JSON object.

__ https://github.com/spoqa/nirum/releases/tag/0.4.0
__ https://github.com/nirum-lang/nirum/releases/tag/0.4.0


Version 0.2.2
Expand All @@ -54,7 +54,7 @@ Released on March 20, 2018.
corresponding to a variable for a query string in ``@http-resource``
annotation's path has an optional type. [`#251`_ by Chang-soo Han]

.. _#251: https://github.com/spoqa/nirum/issues/251
.. _#251: https://github.com/nirum-lang/nirum/issues/251


Version 0.2.1
Expand All @@ -66,7 +66,7 @@ Released on March 20, 2018.
when a variable name for a query string has one or more hyphens
in ``@http-resource`` annotation's ``path``. [`#250`_ by Chang-soo Han]

.. _#250: https://github.com/spoqa/nirum/issues/250
.. _#250: https://github.com/nirum-lang/nirum/issues/250


Version 0.2.0
Expand Down Expand Up @@ -99,8 +99,8 @@ Released on February 4, 2018.
- Fixed ``nirum-server`` command able to import a Python module/package from
the current working directory (``.``; CWD).

.. _#205: https://github.com/spoqa/nirum/issues/205
.. _#130: https://github.com/spoqa/nirum/issues/130
.. _#205: https://github.com/nirum-lang/nirum/issues/205
.. _#130: https://github.com/nirum-lang/nirum/issues/130
.. _CORS: https://www.w3.org/TR/cors/


Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Nirum services as WSGI apps
===========================

.. image:: https://travis-ci.org/spoqa/nirum-python-wsgi.svg?branch=master
:target: https://travis-ci.org/spoqa/nirum-python-wsgi
.. image:: https://api.travis-ci.com/nirum-lang/nirum-python-wsgi.svg?branch=master
:target: https://travis-ci.com/nirum-lang/nirum-python-wsgi
:alt: Build status

.. image:: https://badge.fury.io/py/nirum-wsgi.svg
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ def get_version():
version=get_version(),
description='Nirum services as WSGI apps',
long_description=readme(),
url='https://github.com/spoqa/nirum-python-wsgi',
bugtrack_url='https://github.com/spoqa/nirum/issues',
url='https://github.com/nirum-lang/nirum-python-wsgi',
bugtrack_url='https://github.com/nirum-lang/nirum/issues',
author='Nirum team',
license='MIT license',
py_modules=['nirum_wsgi'],
Expand Down