Skip to content
This repository was archived by the owner on Jan 13, 2024. It is now read-only.

Commit 270a13a

Browse files
committed
bump version to 0.7.3
1 parent 7616230 commit 270a13a

29 files changed

+426
-13244
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change log
22

3+
## Version 0.7.3 (2023/06/14)
4+
5+
No new features, only dependencies update
6+
7+
**Note**: Minimum version of Python is now 3.8.1.
8+
9+
310
## Version 0.7.2 (2022/08/27)
411

512
#### Bugs Fixed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@
22
**generate an RSS feed from parsed Twitter or Mastodon search and Mastodon bookmarks/favorites/home timeline**
33

44
[![PyPI version](https://img.shields.io/pypi/v/twootfeed.svg)](https://pypi.org/project/twootfeed/)
5-
[![Downloads](https://pepy.tech/badge/twootfeed)](https://pepy.tech/project/twootfeed)
6-
[![Python Version](https://img.shields.io/badge/python-3.7+-brightgreen.svg)](https://python.org)
7-
[![Flask Version](https://img.shields.io/badge/flask-2.2-brightgreen.svg)](http://flask.pocoo.org/)
5+
[![Python Version](https://img.shields.io/badge/python-3.8+-brightgreen.svg)](https://python.org)
6+
[![Flask Version](https://img.shields.io/badge/flask-2.3-brightgreen.svg)](http://flask.pocoo.org/)
87
[![code style: black](https://img.shields.io/badge/code%20style-black-black)](https://black.readthedocs.io/en/stable/)
98
[![type check: mypy](https://img.shields.io/badge/type%20check-mypy-blue)](http://mypy-lang.org/)
109
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/14d1c00121c04cd2b81453c597639ca6)](https://www.codacy.com/app/SamR1/python-twootfeed)

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.7.2
1+
0.7.3

docs/.buildinfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: 7075c05ace5d0aeb460624acaa55bf96
3+
config: 6a0d8fb1b304246f1219988c1a61d67e
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

docs/_sources/changelog.md.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change log
22

3+
## Version 0.7.3 (2023/06/14)
4+
5+
No new features, only dependencies update
6+
7+
**Note**: Minimum version of Python is now 3.8.1.
8+
9+
310
## Version 0.7.2 (2022/08/27)
411

512
#### Bugs Fixed

docs/_sources/installation.rst.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Installation and usage
44
Requirements
55
~~~~~~~~~~~~
66

7-
- Python 3.7+
7+
- Python 3.8+
88
- API keys Twitter and/or Mastodon
99

1010

docs/_static/_sphinx_javascript_frameworks_compat.js

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,9 @@
1-
/*
2-
* _sphinx_javascript_frameworks_compat.js
3-
* ~~~~~~~~~~
4-
*
5-
* Compatability shim for jQuery and underscores.js.
6-
*
7-
* WILL BE REMOVED IN Sphinx 6.0
8-
* xref RemovedInSphinx60Warning
1+
/* Compatability shim for jQuery and underscores.js.
92
*
3+
* Copyright Sphinx contributors
4+
* Released under the two clause BSD licence
105
*/
116

12-
/**
13-
* select a different prefix for underscore
14-
*/
15-
$u = _.noConflict();
16-
17-
187
/**
198
* small helper function to urldecode strings
209
*

docs/_static/basic.css

Lines changed: 28 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* Sphinx stylesheet -- basic theme.
66
*
7-
* :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
7+
* :copyright: Copyright 2007-2023 by the Sphinx team, see AUTHORS.
88
* :license: BSD, see LICENSE for details.
99
*
1010
*/
@@ -236,16 +236,6 @@ div.body p, div.body dd, div.body li, div.body blockquote {
236236
a.headerlink {
237237
visibility: hidden;
238238
}
239-
a.brackets:before,
240-
span.brackets > a:before{
241-
content: "[";
242-
}
243-
244-
a.brackets:after,
245-
span.brackets > a:after {
246-
content: "]";
247-
}
248-
249239

250240
h1:hover > a.headerlink,
251241
h2:hover > a.headerlink,
@@ -334,11 +324,17 @@ aside.sidebar {
334324
p.sidebar-title {
335325
font-weight: bold;
336326
}
327+
328+
nav.contents,
329+
aside.topic,
337330
div.admonition, div.topic, blockquote {
338331
clear: left;
339332
}
340333

341334
/* -- topics ---------------------------------------------------------------- */
335+
336+
nav.contents,
337+
aside.topic,
342338
div.topic {
343339
border: 1px solid #ccc;
344340
padding: 7px;
@@ -377,13 +373,17 @@ div.body p.centered {
377373

378374
div.sidebar > :last-child,
379375
aside.sidebar > :last-child,
376+
nav.contents > :last-child,
377+
aside.topic > :last-child,
380378
div.topic > :last-child,
381379
div.admonition > :last-child {
382380
margin-bottom: 0;
383381
}
384382

385383
div.sidebar::after,
386384
aside.sidebar::after,
385+
nav.contents::after,
386+
aside.topic::after,
387387
div.topic::after,
388388
div.admonition::after,
389389
blockquote::after {
@@ -608,19 +608,27 @@ ol.simple p,
608608
ul.simple p {
609609
margin-bottom: 0;
610610
}
611-
dl.footnote > dt,
612-
dl.citation > dt {
611+
612+
aside.footnote > span,
613+
div.citation > span {
613614
float: left;
614-
margin-right: 0.5em;
615615
}
616-
617-
dl.footnote > dd,
618-
dl.citation > dd {
616+
aside.footnote > span:last-of-type,
617+
div.citation > span:last-of-type {
618+
padding-right: 0.5em;
619+
}
620+
aside.footnote > p {
621+
margin-left: 2em;
622+
}
623+
div.citation > p {
624+
margin-left: 4em;
625+
}
626+
aside.footnote > p:last-of-type,
627+
div.citation > p:last-of-type {
619628
margin-bottom: 0em;
620629
}
621-
622-
dl.footnote > dd:after,
623-
dl.citation > dd:after {
630+
aside.footnote > p:last-of-type:after,
631+
div.citation > p:last-of-type:after {
624632
content: "";
625633
clear: both;
626634
}
@@ -636,10 +644,6 @@ dl.field-list > dt {
636644
padding-left: 0.5em;
637645
padding-right: 5px;
638646
}
639-
dl.field-list > dt:after {
640-
content: ":";
641-
}
642-
643647

644648
dl.field-list > dd {
645649
padding-left: 0.5em;

docs/_static/css/badge_only.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)