Skip to content

Commit

Permalink
Prepare 1.0.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
pablogsal committed May 11, 2021
1 parent 3e10007 commit 6484a40
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 14 deletions.
4 changes: 3 additions & 1 deletion doc/changelog.rst
@@ -1,9 +1,11 @@
Changelog
=========

Version 1.0.2
Version 1.0.2 (2021-05-11)
-------------

* Disable the henshi benchmark temporarily since is no longer compatible
with Python 3.11.
* Reenable html5lib benchmark: html5lib 1.1 has been released.
* Update requirements.
* Replace Travis CI with GitHub Actions.
Expand Down
3 changes: 2 additions & 1 deletion pyperformance/requirements.in
Expand Up @@ -13,7 +13,8 @@ pyperf

Chameleon # bm_chameleon
Django # bm_django_template
Genshi # bm_genshi
# FIXME: reenable genshi
# Genshi # bm_genshi
Mako # bm_mako
SQLAlchemy # bm_sqlalchemy_declarative
# FIXME: reenable hg_startup
Expand Down
20 changes: 8 additions & 12 deletions pyperformance/requirements.txt
Expand Up @@ -4,19 +4,17 @@
#
# pip-compile requirements.in
#
asgiref==3.3.1
asgiref==3.3.4
# via django
certifi==2020.12.5
# via dulwich
chameleon==3.9.0
# via -r requirements.in
django==3.1.8
django==3.2.2
# via -r requirements.in
dulwich==0.20.20
dulwich==0.20.21
# via -r requirements.in
genshi==0.7.5
# via -r requirements.in
greenlet==1.0.0
greenlet==1.1.0
# via sqlalchemy
html5lib==1.1
# via -r requirements.in
Expand All @@ -34,15 +32,13 @@ pyperf==2.2.0
# via -r requirements.in
pytz==2021.1
# via django
six==1.15.0
# via
# genshi
# html5lib
sqlalchemy==1.4.2
six==1.16.0
# via html5lib
sqlalchemy==1.4.15
# via -r requirements.in
sqlparse==0.4.1
# via django
sympy==1.7.1
sympy==1.8
# via -r requirements.in
tornado==6.1
# via -r requirements.in
Expand Down

0 comments on commit 6484a40

Please sign in to comment.