[Git][debian-gis-team/donfig][upstream] New upstream version 0.8.1+dfsg
Antonio Valentino (@antonio.valentino)
gitlab at salsa.debian.org
Sat Jul 15 08:09:55 BST 2023
Antonio Valentino pushed to branch upstream at Debian GIS Project / donfig
Commits:
b8e7425e by Antonio Valentino at 2023-07-15T06:50:57+00:00
New upstream version 0.8.1+dfsg
- - - - -
4 changed files:
- .github/workflows/ci.yaml
- CHANGELOG.md
- donfig/version.py
- pyproject.toml
Changes:
=====================================
.github/workflows/ci.yaml
=====================================
@@ -21,10 +21,12 @@ jobs:
uses: actions/checkout at v3
- name: Setup Conda Environment
- uses: mamba-org/provision-with-micromamba at main
+ uses: mamba-org/setup-micromamba at v1
with:
# python-version: ${{ matrix.python-version }}
environment-file: continuous_integration/environment.yaml
+ cache-environment: true
+ init-shell: bash powershell
- name: Install Donfig
shell: bash -l {0}
=====================================
CHANGELOG.md
=====================================
@@ -1,3 +1,14 @@
+## Version 0.8.1 (2023/07/14)
+
+### Pull Requests Merged
+
+#### Bugs fixed
+
+* [PR 74](https://github.com/pytroll/donfig/pull/74) - Fix subpackages not being included in sdist
+
+In this release 1 pull request was closed.
+
+
## Version 0.8.0 (2023/07/13)
### Pull Requests Merged
=====================================
donfig/version.py
=====================================
@@ -25,9 +25,9 @@ def get_keywords():
# setup.py/versioneer.py will grep for the variable names, so they must
# each be defined on a line of their own. _version.py will just call
# get_keywords().
- git_refnames = " (tag: v0.8.0)"
- git_full = "6c8fcd543cd43c1c699219fd3a663d9fd0330cd6"
- git_date = "2023-07-13 08:26:57 -0500"
+ git_refnames = " (HEAD -> main, tag: v0.8.1)"
+ git_full = "2ab336962364e3b83e4f8d7328478bb111ae7575"
+ git_date = "2023-07-14 22:04:36 -0500"
keywords = {"refnames": git_refnames, "full": git_full, "date": git_date}
return keywords
=====================================
pyproject.toml
=====================================
@@ -37,9 +37,11 @@ docs = [
]
[tool.setuptools]
-packages = ["donfig"]
include-package-data = true
+[tool.setuptools.packages]
+find = {}
+
[tool.mypy]
# Silence errors about Python 3.9-style delayed type annotations on Python 3.8
python_version = "3.9"
View it on GitLab: https://salsa.debian.org/debian-gis-team/donfig/-/commit/b8e7425e84f1522002d78ed570375e230c56e94e
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/donfig/-/commit/b8e7425e84f1522002d78ed570375e230c56e94e
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20230715/6ce4dfef/attachment-0001.htm>
More information about the Pkg-grass-devel
mailing list