Skip to content

Commit 8f4912d

Browse files
committed
patch changes rst failing pypi deploy
1 parent 24919e4 commit 8f4912d

File tree

2 files changed

+38
-38
lines changed

2 files changed

+38
-38
lines changed

CHANGES.rst

Lines changed: 35 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ Changes
22
*******
33

44
Unreleased
5-
==========
5+
====================================================================================================================
66

77
0.10.0 (2024-07-22)
8-
==================
8+
====================================================================================================================
99

1010
Changes:
1111

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

1717
0.9.0 (2023-02-08)
18-
==================
18+
====================================================================================================================
1919

2020
Changes:
2121

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

2626
0.8.0 (2023-02-01)
27-
==================
27+
====================================================================================================================
2828

2929
Changes:
3030

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

4848
0.7.0 (2022-05-11)
49-
==================
49+
====================================================================================================================
5050

5151
Changes:
5252

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

5656
0.6.2 (2021-12-01)
57-
==================
57+
====================================================================================================================
5858

5959
Changes:
6060

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

6464
0.6.1 (2021-10-27)
65-
==================
65+
====================================================================================================================
6666

6767
Changes:
6868

@@ -77,7 +77,7 @@ Changes:
7777
concurrent requests.
7878

7979
0.6.0 (2020-04-01)
80-
==================
80+
====================================================================================================================
8181

8282
Changes:
8383

@@ -93,7 +93,7 @@ Changes:
9393
* Drop ``owsproxy_secure`` endpoint.
9494

9595
0.5.6 (2021-09-10)
96-
==================
96+
====================================================================================================================
9797

9898
Changes:
9999

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

110110
0.5.5 (2021-01-27)
111-
==================
111+
====================================================================================================================
112112

113113
Fixes:
114114

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

119119
0.5.4 (2020-10-29)
120-
==================
120+
====================================================================================================================
121121

122122
Changes:
123123

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

126126
0.5.3 (2020-02-20)
127-
==================
127+
====================================================================================================================
128128

129129
Changes:
130130

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

134134
0.5.2 (2019-07-11)
135-
==================
135+
====================================================================================================================
136136

137137
New Features:
138138

@@ -148,7 +148,7 @@ Changes:
148148
Fixes:
149149

150150
0.5.1 (2019-05-24)
151-
==================
151+
====================================================================================================================
152152

153153
New Features:
154154

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

168168
0.5.0 (2019-05-22)
169-
==================
169+
====================================================================================================================
170170

171171
Changes:
172172

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

199199
0.4.0 (2019-05-02)
200-
==================
200+
====================================================================================================================
201201

202202
Changes:
203203

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

210210
0.3.8 (2018-09-11)
211-
==================
211+
====================================================================================================================
212212

213213
Fixes:
214214

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

222222
0.3.7 (2018-03-13)
223-
==================
223+
====================================================================================================================
224224

225225
Fixes:
226226

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

234234
0.3.6 (2018-03-08)
235-
==================
235+
====================================================================================================================
236236

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

246246
0.3.5 (2018-03-01)
247-
==================
247+
====================================================================================================================
248248

249249
* Fix PEP8.
250250
* Updated makefile.
@@ -256,30 +256,30 @@ New Features:
256256
* Added readthedocs, licence and chat badges.
257257

258258
0.3.4 (2017-05-05)
259-
==================
259+
====================================================================================================================
260260

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

264264
0.3.3 (2017-04-27)
265-
==================
265+
====================================================================================================================
266266

267267
* Fixed fetching of access token when service is public.
268268

269269
0.3.2 (2017-01-31)
270-
==================
270+
====================================================================================================================
271271

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

274274
0.3.1 (2017-01-26)
275-
==================
275+
====================================================================================================================
276276

277277
* Fix PEP8.
278278
* Set permission of ``certfile``.
279279
* Added option ``ows-proxy-delegate``.
280280

281281
0.3.0 (2017-01-11)
282-
==================
282+
====================================================================================================================
283283

284284
* Fix PEP8.
285285
* Changed rpc interface.
@@ -297,7 +297,7 @@ New Features:
297297
* Using ``OWSExceptions`` on errors in owsproxy.
298298

299299
0.2.4 (2016-12-23)
300-
==================
300+
====================================================================================================================
301301

302302
* Fix PEP8.
303303
* Using ``replace_caps_url`` in ``owsproxy``.
@@ -306,7 +306,7 @@ New Features:
306306
* Added ``wms_130`` and renamed ``wms_111``.
307307

308308
0.2.3 (2016-11-18)
309-
==================
309+
====================================================================================================================
310310

311311
* Fix PEP8.
312312
* Using ``doc2dict``, renamed ``get_service_by_name()``.
@@ -316,33 +316,33 @@ New Features:
316316
* Fixed functional tests.
317317

318318
0.2.2 (2016-08-18)
319-
==================
319+
====================================================================================================================
320320

321321
* Fix PEP8.
322322
* Don't allow duplicate service names.
323323

324324
0.2.1 (2016-08-05)
325-
==================
325+
====================================================================================================================
326326

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

330330
0.2.0 (2016-07-18)
331-
==================
331+
====================================================================================================================
332332

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

337337
0.1.7 (2016-06-09)
338-
==================
338+
====================================================================================================================
339339

340340
Fixes:
341341

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

344344
0.1.6 (2016-06-01)
345-
==================
345+
====================================================================================================================
346346

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

359359
0.1.5 (2016-04-22)
360-
==================
360+
====================================================================================================================
361361

362362
* Fixed docs links
363363

364364
0.1.4 (2016-04-19)
365-
==================
365+
====================================================================================================================
366366

367367
* Fixed ``MANIFEST.in``
368368
* Fixed service database index.
369369
* Updated ``Makefile``.
370370
* Added more links to appendix.
371371

372372
0.1.0 (2015-12-07)
373-
==================
373+
====================================================================================================================
374374

375375
Initial Release.

setup.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ tag = True
66
[bumpversion:file:CHANGES.rst]
77
search =
88
Unreleased
9-
==========
9+
====================================================================================================================
1010
replace =
1111
Unreleased
12-
==========
12+
====================================================================================================================
1313

1414
{new_version} ({now:%%Y-%%m-%%d})
15-
==================
15+
====================================================================================================================
1616

1717
[bumpversion:file:Makefile]
1818
search = VERSION := {current_version}

0 commit comments

Comments
 (0)