forked from github.com/blag
Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4b2f88a68a | ||
|
|
153b407697 | ||
|
|
34eb413434 | ||
|
|
629a3aa473 | ||
|
|
c06424cfdf | ||
|
|
31fc3d688b | ||
|
|
2d4f3334cf | ||
|
|
118b20ef33 | ||
|
|
a4aa8045eb |
@@ -1,5 +1,13 @@
|
||||
# Changelog
|
||||
|
||||
## [1.4.1] - 2022-09-29
|
||||
|
||||
* applied multi-arch fix by debian-janitor
|
||||
* updated dependencies:
|
||||
* pytest 7.1.3
|
||||
* sphinx 5.2.1
|
||||
* types-markdown 3.4.2
|
||||
|
||||
## [1.4.0] - 2022-09-01
|
||||
|
||||
* added type hints and mypy --strict to test suite
|
||||
|
||||
@@ -1 +1 @@
|
||||
__VERSION__ = '1.4.0'
|
||||
__VERSION__ = '1.4.1'
|
||||
|
||||
6
debian/changelog
vendored
6
debian/changelog
vendored
@@ -1,3 +1,9 @@
|
||||
blag (1.4.1) unstable; urgency=medium
|
||||
|
||||
* Applied multi-arch fix by debian-janitor
|
||||
|
||||
-- Bastian Venthur <venthur@debian.org> Thu, 29 Sep 2022 20:41:28 +0200
|
||||
|
||||
blag (1.4.0) unstable; urgency=medium
|
||||
|
||||
* added type hints and mypy --strict to test suite
|
||||
|
||||
1
debian/control
vendored
1
debian/control
vendored
@@ -46,6 +46,7 @@ Architecture: all
|
||||
Depends:
|
||||
${sphinxdoc:Depends},
|
||||
${misc:Depends},
|
||||
Multi-Arch: foreign
|
||||
Description: Blog-aware, static site generator (documentation)
|
||||
Blag is a blog-aware, static site generator, written in Python. It supports
|
||||
the following features:
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
sphinx==5.1.1
|
||||
sphinx==5.2.1
|
||||
twine==4.0.1
|
||||
wheel==0.37.1
|
||||
pytest==7.1.2
|
||||
pytest==7.1.3
|
||||
pytest-cov==3.0.0
|
||||
flake8==5.0.4
|
||||
mypy==0.971
|
||||
types-markdown==3.4.1
|
||||
types-markdown==3.4.2
|
||||
|
||||
Reference in New Issue
Block a user