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

Commit 92af998

Browse files
committed
Merge branch 'release-v0.1.16'
2 parents f0e1d28 + 9d09467 commit 92af998

35 files changed

+1365
-1115
lines changed

.flake8

+5
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,7 @@
11
[flake8]
2+
ignore =
3+
# line break before binary operator
4+
W503
5+
# multiple statements on one line (colon)
6+
E701
27
exclude = rdltr/migrations

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## Version 0.1.16 (2024/05/04)
4+
5+
**rdltr** is no longer maintained. This is the latest version.
6+
7+
No new features, only dependencies update
8+
9+
310
## Version 0.1.15 (2024/01/07)
411

512
No new features, only dependencies update

Makefile

+4-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,10 @@ lint-front:
6363
cd rdltr_front && $(NPM) lint
6464

6565
lint-python:
66-
$(PYTEST) --isort --black -m "isort or black" $(FLASK_APP)
66+
echo 'Running isort...'
67+
$(PYTEST) --isort -m "isort" $(FLASK_APP)
68+
echo 'Running black...'
69+
$(BLACK) --check --diff $(FLASK_APP)
6770
echo 'Running flake8...'
6871
$(FLAKE8) $(FLASK_APP)
6972

Makefile.config

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ BLACK = $(VENV)/bin/black
2323
FLAKE8 = $(VENV)/bin/flake8
2424
MYPY = $(VENV)/bin/mypy
2525
BANDIT = $(VENV)/bin/bandit
26+
BLACK = $(VENV)/bin/black
2627

2728
NPM ?= yarn
2829

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# rdltr
22

3+
> ⚠️ **rdltr** is no longer maintained.
4+
35
[![PyPI version](https://img.shields.io/pypi/v/rdltr.svg)](https://pypi.org/project/rdltr/)
46
[![Python Version](https://img.shields.io/badge/python-3.8+-brightgreen.svg)](https://python.org)
57
[![Flask Version](https://img.shields.io/badge/flask-3.0-brightgreen.svg)](http://flask.pocoo.org/) [![code style: black](https://img.shields.io/badge/code%20style-black-black)](https://github.com/psf/black)

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.15
1+
0.1.16

docs/.buildinfo

+1-1
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: fc843008c51d68bc4a677259caa19800
3+
config: 071fff74447b8d5f91a44e209e2ec76f
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

docs/_sources/changelog.md.txt

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## Version 0.1.16 (2024/05/04)
4+
5+
**rdltr** is no longer maintained. This is the latest version.
6+
7+
No new features, only dependencies update
8+
39
## Version 0.1.15 (2024/01/07)
410

511
No new features, only dependencies update

docs/_sources/features.rst.txt

+4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Features
22
========
33

4+
.. warning::
5+
6+
| **rdltr** is no longer maintained.
7+
48
Users
59
^^^^^
610

docs/_sources/index.rst.txt

+4
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ Welcome to rdltr's documentation!
99
**rdltr** is a self-hostable read-it later web application: you can save articles for later reading.
1010
Categories and tags can be used to classify articles.
1111

12+
.. warning::
13+
14+
| ⚠️ **rdltr** is no longer maintained.
15+
1216
.. figure:: _images/screenshot.png
1317
:alt: rdltr screenshot
1418
:figclass: doc-img

docs/_static/basic.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* Sphinx stylesheet -- basic theme.
66
*
7-
* :copyright: Copyright 2007-2023 by the Sphinx team, see AUTHORS.
7+
* :copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS.
88
* :license: BSD, see LICENSE for details.
99
*
1010
*/

docs/_static/doctools.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* Base JavaScript utilities for all Sphinx HTML documentation.
66
*
7-
* :copyright: Copyright 2007-2023 by the Sphinx team, see AUTHORS.
7+
* :copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS.
88
* :license: BSD, see LICENSE for details.
99
*
1010
*/

docs/_static/documentation_options.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const DOCUMENTATION_OPTIONS = {
2-
VERSION: '0.1.15',
2+
VERSION: '0.1.16',
33
LANGUAGE: 'en',
44
COLLAPSE_INDEX: false,
55
BUILDER: 'html',

docs/_static/language_data.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
* This script contains the language-specific data used by searchtools.js,
66
* namely the list of stopwords, stemmer, scorer and splitter.
77
*
8-
* :copyright: Copyright 2007-2023 by the Sphinx team, see AUTHORS.
8+
* :copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS.
99
* :license: BSD, see LICENSE for details.
1010
*
1111
*/
1212

1313
var stopwords = ["a", "and", "are", "as", "at", "be", "but", "by", "for", "if", "in", "into", "is", "it", "near", "no", "not", "of", "on", "or", "such", "that", "the", "their", "then", "there", "these", "they", "this", "to", "was", "will", "with"];
1414

1515

16-
/* Non-minified version is copied as a separate JS file, is available */
16+
/* Non-minified version is copied as a separate JS file, if available */
1717

1818
/**
1919
* Porter Stemmer

0 commit comments

Comments
 (0)