Added new software release. Fixes.
parent
70cc8eea16
commit
2660617492
|
@ -9,14 +9,6 @@ website:
|
|||
url: "https://creativecommons.org/licenses/by-sa/4.0/"
|
||||
name: "CC-BY-SA 4.0"
|
||||
|
||||
softwares:
|
||||
# These should point to the-flux-of-thought repository.
|
||||
home: "https://software.franco.net.eu.org/frnmst/blog"
|
||||
version: "4.0.0"
|
||||
# The following is used along the version variable to build the
|
||||
# software version url.
|
||||
release_base_url: "https://software.franco.net.eu.org/frnmst/blog/src/tag"
|
||||
|
||||
author:
|
||||
name: "Franco"
|
||||
email: "franco.masotti@tutanota.com"
|
||||
|
|
|
@ -1,8 +1,4 @@
|
|||
<div class="footer">
|
||||
<div>
|
||||
Made using <a href="{{ site.softwares.home }}" title="The Flux Of Thought theme by Franco Masotti">The Flux Of Thought</a>
|
||||
version <a href="{{ site.softwares.release_base_url }}/{{ site.softwares.version }}">{{ site.softwares.version }}</a>
|
||||
</div>
|
||||
<div>
|
||||
<a href="{{ site.website.source }}">Website content</a> is released under the
|
||||
<a href="{{ site.website.license.url }}">{{ site.website.license.name }}</a> license
|
||||
|
|
|
@ -136,6 +136,7 @@ This page is the only *real* trusted source of some of my software, publicly ava
|
|||
|
||||
#### Releases
|
||||
|
||||
- [`7.0.0`]({{ site.baseurl }}/software/docker-debian-postgis-django-7.0.0/release.html)
|
||||
- [`6.0.0`]({{ site.baseurl }}/software/docker-debian-postgis-django-6.0.0/release.html)
|
||||
- [`5.0.0`]({{ site.baseurl }}/software/docker-debian-postgis-django-5.0.0/release.html)
|
||||
- [`4.0.0`]({{ site.baseurl }}/software/docker-debian-postgis-django-4.0.0/release.html)
|
||||
|
|
Binary file not shown.
|
@ -0,0 +1 @@
|
|||
d7dad9d93c0c90f00614f9d4f88425f19600ba7ead4a6ae8cd5a1ce76bc16e7f docker-debian-postgis-django-7.0.0.tar.gz
|
|
@ -0,0 +1 @@
|
|||
ca2e386e9874db7de90f79f958ae47685031939d2820eef0ac91c14620480d44e5775d571f4b03b524954af620d4cd5ddd4dd9bfc86ebdd9d8fbd3c767e17d86 docker-debian-postgis-django-7.0.0.tar.gz
|
|
@ -0,0 +1,16 @@
|
|||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQIzBAABCgAdFiEECQ7wtO7QEmICo89RJBFu2FZmeAoFAmGyNtAACgkQJBFu2FZm
|
||||
eAqSCRAAls4yRS4RFlMVHT/uaLpU4pb0Lhz7f9K2KSfhRgTHKL/dNEv4hnVD0dxh
|
||||
e0YF+Dxcud7+uq8dF/UNNmpUF27AA0Z7ujP/HsRf6MXW7/IdtcR+HKyWUGOiWyq+
|
||||
BIywN2n0FR698flGrTPFemDnRjYgE7g1r9Jyqa/tXS/4Bav1IGc3CLci11Sc8/oO
|
||||
cJtyYQsCMJZU74k/QGbsHa3ysgneCGB0p0EUf23EV9e4AmpHGQ0cYsaqV8xbrCBA
|
||||
ivFe4zNA+x8Supt3KmON+oBM9xDNxW4zvqLDtnONOhc72PILY9NCzslSuzVy4QvH
|
||||
AVGo20kcSQJrxeBBZgrTylAmZQ+Oz4oLqiX4ao244B3CF/lLeIOo0Ue8+17f9rXM
|
||||
C3iOYbtkk8vVtWgvYcvGXaxB1svTnDV+JUxjyyVJRMMhmpp3Q9fY5Rjm33+UmQht
|
||||
8pTS3RQjCSJvZ9/Q8hCAGyUgAMSXLbEdRjb5gYq4Zj+deyGYunsjcjAti1/hC9gW
|
||||
l8WUY/rntHirB1FlS2svo0+ta1alo+ozWwvPhOiR52WK3hLD63ueeTUmBI8tu99o
|
||||
ukG9e9GuzXwQoXiJxKTY2RBnRl1hWoqti0s6z5mD+OF4PayDszjX6sdjBSm7ybcu
|
||||
BNPoA5zqXwDi6Pou1mGWVilcdJoq4KgWYBDUx3y3z7ccftSQhCc=
|
||||
=B+t4
|
||||
-----END PGP SIGNATURE-----
|
|
@ -0,0 +1,29 @@
|
|||
---
|
||||
layout: software_release
|
||||
enable_markdown: true
|
||||
title: release
|
||||
excerpt: none
|
||||
software_name: docker-debian-postgis-django
|
||||
software_name_python_module: docker_debian_postgis_django
|
||||
software_version: 7.0.0
|
||||
software_version_raw: 000007.000000.000000
|
||||
release_timestamp: 2021-12-09 16:20:36
|
||||
is_on_pypi: false
|
||||
has_changelog: true
|
||||
signing_public_key: pgp_pubkey_since_2019.txt
|
||||
---
|
||||
|
||||
### Fixed
|
||||
|
||||
- Updated copyright headers.
|
||||
|
||||
### Changed
|
||||
|
||||
- Updated Dockerfile dependencies.
|
||||
- Updated Dockerfile base image version.
|
||||
|
||||
### Added
|
||||
|
||||
- New PyPI mirror argument for:
|
||||
- `Makefile.dist`
|
||||
- `Dockerfile.dist`
|
Loading…
Reference in New Issue