Skip to content

Commit

Permalink
patch changes rst failing pypi deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
fmigneault committed Jul 23, 2024
1 parent 24919e4 commit 8f4912d
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 38 deletions.
70 changes: 35 additions & 35 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ Changes
*******

Unreleased
==========
====================================================================================================================

0.10.0 (2024-07-22)
==================
====================================================================================================================

Changes:

Expand All @@ -15,7 +15,7 @@ Changes:
* Update docker with latest ``python:3.11-alpine3.20`` base.

0.9.0 (2023-02-08)
==================
====================================================================================================================

Changes:

Expand All @@ -24,7 +24,7 @@ Changes:
* Convert comment typing definitions into typing annotations.

0.8.0 (2023-02-01)
==================
====================================================================================================================

Changes:

Expand All @@ -46,23 +46,23 @@ Changes:
.. |nginx-auth| replace:: NGINX Authentication Based on Subrequest Result

0.7.0 (2022-05-11)
==================
====================================================================================================================

Changes:

* Add request and response hooks operations to adapter allowing derived implementations to modify OWS proxied requests
and returned responses from the service. The default adapter applies no modifications to the original definitions.

0.6.2 (2021-12-01)
==================
====================================================================================================================

Changes:

* Enforce regeneration of the ``OWSRegistry`` object on each request to avoid incorrect handling by adapters that
require the new transaction or refreshed database session state each time.

0.6.1 (2021-10-27)
==================
====================================================================================================================

Changes:

Expand All @@ -77,7 +77,7 @@ Changes:
concurrent requests.

0.6.0 (2020-04-01)
==================
====================================================================================================================

Changes:

Expand All @@ -93,7 +93,7 @@ Changes:
* Drop ``owsproxy_secure`` endpoint.

0.5.6 (2021-09-10)
==================
====================================================================================================================

Changes:

Expand All @@ -108,7 +108,7 @@ Fixes:
(``rust`` installed via ``cargo``).

0.5.5 (2021-01-27)
==================
====================================================================================================================

Fixes:

Expand All @@ -117,22 +117,22 @@ Fixes:
of problems prior to deploy triggers from tags.

0.5.4 (2020-10-29)
==================
====================================================================================================================

Changes:

* Replace ``waitress`` by ``gunicorn`` to resolve issue related to slow download of large files (#97).

0.5.3 (2020-02-20)
==================
====================================================================================================================

Changes:

* Reduce log level of ``"failed security check"`` from ``exception`` to ``warning`` as it corresponds to the expected
code behavior (unauthorised access) when ``OWSException`` is raised, instead of dumping an unhandled error traceback.

0.5.2 (2019-07-11)
==================
====================================================================================================================

New Features:

Expand All @@ -148,7 +148,7 @@ Changes:
Fixes:

0.5.1 (2019-05-24)
==================
====================================================================================================================

New Features:

Expand All @@ -166,7 +166,7 @@ Fixes:
* Fix Twitcher ``main`` including ``twitcher.<module>`` instead of ``.<module>``.

0.5.0 (2019-05-22)
==================
====================================================================================================================

Changes:

Expand Down Expand Up @@ -197,7 +197,7 @@ Fixes:
`#74 <https://github.com/bird-house/twitcher/issues/74>`_)

0.4.0 (2019-05-02)
==================
====================================================================================================================

Changes:

Expand All @@ -208,7 +208,7 @@ Changes:
* Moved tests to top-level folder (`#47 <https://github.com/bird-house/twitcher/issues/47>`_).

0.3.8 (2018-09-11)
==================
====================================================================================================================

Fixes:

Expand All @@ -220,7 +220,7 @@ New Features:
* make protected path configurable (`#36 <https://github.com/bird-house/twitcher/issues/36>`_).

0.3.7 (2018-03-13)
==================
====================================================================================================================

Fixes:

Expand All @@ -232,7 +232,7 @@ New Features:
(e.g download file through ``thredds``).

0.3.6 (2018-03-08)
==================
====================================================================================================================

* Fix PEP8
* Removed unused ``c4i`` option.
Expand All @@ -244,7 +244,7 @@ New Features:
* Feature `#25 <https://github.com/bird-house/twitcher/issues/25>`_: using x509 certificates for service authentication.

0.3.5 (2018-03-01)
==================
====================================================================================================================

* Fix PEP8.
* Updated makefile.
Expand All @@ -256,30 +256,30 @@ New Features:
* Added readthedocs, licence and chat badges.

0.3.4 (2017-05-05)
==================
====================================================================================================================

* Updated logging.
* Fixed: creates workdir if it does not exist.

0.3.3 (2017-04-27)
==================
====================================================================================================================

* Fixed fetching of access token when service is public.

0.3.2 (2017-01-31)
==================
====================================================================================================================

* Set header ``X-X509-User-Proxy``.

0.3.1 (2017-01-26)
==================
====================================================================================================================

* Fix PEP8.
* Set permission of ``certfile``.
* Added option ``ows-proxy-delegate``.

0.3.0 (2017-01-11)
==================
====================================================================================================================

* Fix PEP8.
* Changed rpc interface.
Expand All @@ -297,7 +297,7 @@ New Features:
* Using ``OWSExceptions`` on errors in owsproxy.

0.2.4 (2016-12-23)
==================
====================================================================================================================

* Fix PEP8.
* Using ``replace_caps_url`` in ``owsproxy``.
Expand All @@ -306,7 +306,7 @@ New Features:
* Added ``wms_130`` and renamed ``wms_111``.

0.2.3 (2016-11-18)
==================
====================================================================================================================

* Fix PEP8.
* Using ``doc2dict``, renamed ``get_service_by_name()``.
Expand All @@ -316,33 +316,33 @@ New Features:
* Fixed functional tests.

0.2.2 (2016-08-18)
==================
====================================================================================================================

* Fix PEP8.
* Don't allow duplicate service names.

0.2.1 (2016-08-05)
==================
====================================================================================================================

* Register service with public access.
* WMS services can be registered.

0.2.0 (2016-07-18)
==================
====================================================================================================================

* Updated to new buildout with separated conda environment.
* Replaced nose by pytest.
* Updated installation docs.

0.1.7 (2016-06-09)
==================
====================================================================================================================

Fixes:

* Update of service failed (`#17 <https://github.com/bird-house/twitcher/issues/17>`_).

0.1.6 (2016-06-01)
==================
====================================================================================================================

* Updated docs.
* Renamed Python package to ``pyramid_twitcher``.
Expand All @@ -357,19 +357,19 @@ Fixes:
* Fixed twitcher app config: wrong egg name.

0.1.5 (2016-04-22)
==================
====================================================================================================================

* Fixed docs links

0.1.4 (2016-04-19)
==================
====================================================================================================================

* Fixed ``MANIFEST.in``
* Fixed service database index.
* Updated ``Makefile``.
* Added more links to appendix.

0.1.0 (2015-12-07)
==================
====================================================================================================================

Initial Release.
6 changes: 3 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ tag = True
[bumpversion:file:CHANGES.rst]
search =
Unreleased
==========
====================================================================================================================
replace =
Unreleased
==========
====================================================================================================================

{new_version} ({now:%%Y-%%m-%%d})
==================
====================================================================================================================

[bumpversion:file:Makefile]
search = VERSION := {current_version}
Expand Down

0 comments on commit 8f4912d

Please sign in to comment.