10000 Merge branch 'maintenance-0.6' into master · nirum-lang/nirum-python@c24b587 · GitHub
[go: up one dir, main page]

Skip to content

Commit c24b587

Browse files
committed
Merge branch 'maintenance-0.6' into master
2 parents e001e85 + 3f6af2f commit c24b587

File tree

4 files changed

+27
-25
lines changed

4 files changed

+27
-25
lines changed

CHANGES.rst

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ Released on February 11, 2018.
5151
- ``nirum.datastructures.List`` became to show its contents when it's passed
5252
to ``repr()``. [`#103`__, `#108`__ by Chang-soo Han]
5353

54-
__ https://github.com/spoqa/nirum-python/issues/103
55-
__ https://github.com/spoqa/nirum-python/pull/108
54+
__ https://github.com/nirum-lang/nirum-python/issues/103
55+
__ https://github.com/nirum-lang/nirum-python/pull/108
5656

5757

5858
Version 0.6.1
@@ -123,10 +123,10 @@ Released on July 11, 2017.
123123

124124
- Fixed ``NameError`` raised from forward references. [`compiler #138`_]
125125

126-
.. _#79: https://github.com/spoqa/nirum-python/issues/79
127-
.. _compiler #138: https://github.com/spoqa/nirum/issues/138
128-
.. _nirum-python-http: https://github.com/spoqa/nirum-python-http
129-
.. _nirum-python-wsgi: https://github.com/spoqa/nirum-python-wsgi
126+
.. _#79: https://github.com/nirum-lang/nirum-python/issues/79
127+
.. _compiler #138: https://github.com/nirum-lang/nirum/issues/138
128+
.. _nirum-python-http: https://github.com/nirum-lang/nirum-python-http
129+
.. _nirum-python-wsgi: https://github.com/nirum-lang/nirum-python-wsgi
130130

131131

132132
Version 0.5.6
@@ -147,7 +147,7 @@ Released on April 5, 2018.
147147
function) to ``nirum.datastructures.Map`` and ``nirum.datastructures.List``.
148148
[`#110`_]
149149

150-
.. _#110: https://github.com/spoqa/nirum-python/issues/110
150+
.. _#110: https://github.com/nirum-lang/nirum-python/issues/110
151151

152152

153153
Version 0.5.4
@@ -184,7 +184,7 @@ Released on June 23, 2017.
184184
it became a new-style class also on Python 2. (As Python 3 has only new-style
185185
class, there's no change on Python 3.)
186186

187-
.. _#87: https://github.com/spoqa/nirum-python/pull/87
187+
.. _#87: https://github.com/nirum-lang/nirum-python/pull/87
188188

189189

190190
Version 0.5.1
@@ -211,9 +211,9 @@ Released on June 22, 2017.
211211
- Corrected a typo ``Accepts`` on request headers ``Client`` makes to
212212
``Accept``.
213213

214-
.. _#78: https://github.com/spoqa/nirum-python/pull/78
215-
.. _#83: https://github.com/spoqa/nirum-python/issues/83
216-
.. _#80: https://github.com/spoqa/nirum-python/pull/80
214+
.. _#78: https://github.com/nirum-lang/nirum-python/pull/78
215+
.. _#83: https://github.com/nirum-lang/nirum-python/issues/83
216+
.. _#80: https://github.com/nirum-lang/nirum-python/pull/80
217217

218218

219219
Version 0.5.0
@@ -224,7 +224,7 @@ Released on June 1, 2017.
224224
- Service methods became able to specify its error type. [`#71`_]
225225
- Added ``nirum-server`` command to run simply Nirum service.
226226

227-
.. _#71: https://github.com/spoqa/nirum-python/issues/71
227+
.. _#71: https://github.com/nirum-lang/nirum-python/issues/71
228228

229229

230230
Version 0.4.3
@@ -273,6 +273,6 @@ Released on March 20, 2017.
273273
``nirum.datastructures.List`` as ``list_type`` to avoid name
274274
conflict with user-defined types.
275275

276-
__ https://github.com/spoqa/nirum/blob/f1629787f45fef17eeab8b4f030c34580e0446b8/docs/serialization.md
277-
.. _#66: https://github.com/spoqa/nirum-python/pull/66
278-
.. _#49: https://github.com/spoqa/nirum-python/issues/49
276+
__ https://github.com/nirum-lang/nirum/blob/f1629787f45fef17eeab8b4f030c34580e0446b8/docs/serialization.md
277+
.. _#66: https://github.com/nirum-lang/nirum-python/pull/66
278+
.. _#49: https://github.com/nirum-lang/nirum-python/issues/49

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ nirum-python
55
:target: https://pypi.org/project/nirum/
66
:alt: Latest PyPI version
77

8-
.. image:: https://travis-ci.org/spoqa/nirum-python.svg
9-
:target: https://travis-ci.org/spoqa/nirum-python
8+
.. image:: https://api.travis-ci.com/nirum-lang/nirum-python.svg
9+
:target: https://travis-ci.com/nirum-lang/nirum-python
1010
:alt: Build status
1111

1212
The Nirum_ runtime library for Python. Distributed under MIT license.
1313

1414
(You probably don't need to directly use this package.)
1515

16-
.. _Nirum: https://github.com/spoqa/nirum
16+
.. _Nirum: https://github.com/nirum-lang/nirum
1717

1818

1919
.. include:: CHANGES.rst

nirum/transport.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def call(self,
2222
call. See also `Nirum's serialization format
2323
docs <serialization-format>`_.
2424
:type method_name: :class:`str`
25-
:param paylaod: A mapping of parameter names to serialized argument
25+
:param payload: A mapping of parameter names to serialized argument
2626
values. The keys have to be normalized behind names
2727
of parameters. The values have to be serialized
2828
argument values. See also `Nirum's serialization
@@ -68,7 +68,7 @@ def call(self,
6868
Every transport has to implement this method.
6969
7070
.. _serialization-format: \
71-
https://github.com/spoqa/nirum/blob/master/docs/serialization.md
71+
https://github.com/nirum-lang/nirum/blob/master/docs/serialization.md
7272
7373
"""
7474
raise NotImplementedError('Transport has to implement call() method')

setup.py

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,10 @@ def get_version():
3535
'six', 'iso8601',
3636
]
3737
tests_require = [
38-
'pycodestyle < 2.4.0',
38+
# flake8 does not yet support pycodestyle 2.4.0.
39+
# Can be remove after this issue is fixed:
40+
# https://gitlab.com/pycqa/flake8/issues/415
41+
'pycodestyle >= 2.0, < 2.4.0',
3942
'pytest >= 3.2.3, < 4.0.0',
4043
'pytest-flake8 >= 0.9.1, < 1.0.0',
4144
'flake8-import-order >= 0.12, < 1.0',
@@ -44,8 +47,7 @@ def get_version():
4447
docs_require = [
4548
'Sphinx',
4649
]
47-
extras_require = {
48-
'tests': tests_require,
50+
extras_require = { 'tests': tests_require,
4951
'docs': docs_require,
5052
}
5153
below35_requires = [
@@ -75,8 +77,8 @@ def get_version():
7577
version=get_version(),
7678
description='The Nirum runtime library for Python',
7779
long_description=readme(),
78-
url='https://github.com/spoqa/nirum-python',
79-
bugtrack_url='https://github.com/spoqa/nirum/issues',
80+
url='https://github.com/nirum-lang/nirum-python',
81+
bugtrack_url='https://github.com/nirum-lang/nirum/issues',
8082
author='Kang Hyojun',
8183
author_email='iam.kanghyojun' '@' 'gmail.com',
8284
license='MIT license',

0 commit comments

Comments
 (0)
0