Skip to content

Commit

Permalink
Merge tag '0.7'
Browse files Browse the repository at this point in the history
Tagging 0.7
  • Loading branch information
mete0r committed May 21, 2023
2 parents 7ba4b8b + 3f799c0 commit cf030e6
Show file tree
Hide file tree
Showing 12 changed files with 90 additions and 88 deletions.
6 changes: 6 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Changes
=======

0.7 (2023-05-22)
----------------

- Fix `hypua2jamo` script to work.


0.6 (2023-04-02)
----------------

Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,6 @@ artifacts:
name: wheel

deploy_script:
- ps: if ($env:APPVEYOR_REPO_TAG -eq $TRUE) { pip install twine; twine upload dist/*.whl }
- ps: if ($env:APPVEYOR_REPO_TAG -eq $TRUE) { pip install twine; twine upload --skip-existing dist/*.whl }

deploy: on
10 changes: 5 additions & 5 deletions requirements/dev.in
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
argcomplete >= 1.9.4
argcomplete >= 3.0.8
babel >= 2.6.0
bleach >= 3.1.4
coloredlogs >= 10.0
cython >= 0.29.32
cython >= 0.29.34
jupyter
ktug-hanyang-pua == 0.1.2
notebook >= 5.7.8
notebook >= 6.5.4
parsec >= 3.4
pip-tools >= 6.12.1
pip-tools >= 6.13.0
restview >= 2.9.1
tox >= 3.4.0
tox >= 4.5.1
wheel >= 0.31.1
zc.buildout >= 2.12.2
zest.releaser >= 6.15.2
20 changes: 9 additions & 11 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ alabaster==0.7.13
# sphinx
anyio==3.6.2
# via jupyter-server
argcomplete==3.0.5
argcomplete==3.0.8
# via -r requirements/dev.in
argon2-cffi==21.3.0
# via
Expand Down Expand Up @@ -77,7 +77,7 @@ coverage==5.5
# via -r requirements/test.in
cryptography==40.0.1
# via secretstorage
cython==0.29.33
cython==0.29.34
# via -r requirements/dev.in
debugpy==1.6.6
# via ipykernel
Expand All @@ -97,7 +97,7 @@ executing==1.2.0
# via stack-data
fastjsonschema==2.16.3
# via nbformat
filelock==3.10.6
filelock==3.11.0
# via
# tox
# virtualenv
Expand Down Expand Up @@ -221,9 +221,7 @@ mdurl==0.1.2
mistune==2.0.5
# via nbconvert
more-itertools==5.0.0
# via
# -r requirements/test.in
# jaraco-classes
# via jaraco-classes
nbclassic==0.5.3
# via notebook
nbclient==0.7.2
Expand All @@ -246,13 +244,13 @@ nest-asyncio==1.5.6
# ipykernel
# nbclassic
# notebook
notebook==6.5.3
notebook==6.5.4
# via
# -r requirements/dev.in
# jupyter
notebook-shim==0.2.2
# via nbclassic
packaging==23.0
packaging==23.1
# via
# build
# ipykernel
Expand All @@ -276,7 +274,7 @@ pexpect==4.8.0
# via ipython
pickleshare==0.7.5
# via ipython
pip-tools==6.12.3
pip-tools==6.13.0
# via -r requirements/dev.in
pkginfo==1.9.6
# via twine
Expand Down Expand Up @@ -400,7 +398,7 @@ snowballstemmer==2.2.0
# via sphinx
soupsieve==2.4
# via beautifulsoup4
sphinx==6.1.3
sphinx==7.0.1
# via
# -r requirements/docs.in
# repoze-sphinx-autointerface
Expand Down Expand Up @@ -447,7 +445,7 @@ tornado==6.2
# nbclassic
# notebook
# terminado
tox==4.4.8
tox==4.5.1
# via -r requirements/dev.in
traitlets==5.9.0
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/docs.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
alabaster >= 0.7.11
repoze.sphinx.autointerface
requests >= 2.20.0
sphinx >= 1.8.1
sphinx >= 7.0.1
sphinx-argparse >= 0.2.2
sphinx-intl >= 0.9.11
1 change: 0 additions & 1 deletion requirements/test.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
cffi >= 1.0.0
coverage >= 5.5, < 6.0
more-itertools < 6
4 changes: 0 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,5 @@ cffi==1.15.1
# -r requirements/test.in
coverage==5.5
# via -r requirements/test.in
more-itertools==5.0.0
# via -r requirements/test.in
pycparser==2.21
# via cffi
six==1.16.0
# via more-itertools
2 changes: 1 addition & 1 deletion src/hypua2jamo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
import logging


__version__ = '0.6'
__version__ = '0.7'


logger = logging.getLogger(__name__)
Expand Down
62 changes: 31 additions & 31 deletions src/hypua2jamo/_cython2.c

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit cf030e6

Please sign in to comment.