aboutsummaryrefslogtreecommitdiff
path: root/newspipe
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2020-03-10 13:48:05 +0100
committerCédric Bonhomme <cedric@cedricbonhomme.org>2020-03-10 13:48:05 +0100
commitfa40cf6854a0ed66225aa0e804fa32123c747c94 (patch)
treef694bb4ad923466dd1aa70928cfcc1df414035f9 /newspipe
parentbugfix: global variable conf has been replaced by application (diff)
downloadnewspipe-fa40cf6854a0ed66225aa0e804fa32123c747c94.tar.gz
newspipe-fa40cf6854a0ed66225aa0e804fa32123c747c94.tar.bz2
newspipe-fa40cf6854a0ed66225aa0e804fa32123c747c94.zip
Updated Python dependencies.
Diffstat (limited to 'newspipe')
-rw-r--r--newspipe/crawler/default_crawler.py2
-rw-r--r--newspipe/lib/data.py2
-rwxr-xr-xnewspipe/lib/misc_utils.py2
-rw-r--r--newspipe/models/__init__.py2
-rw-r--r--newspipe/models/article.py2
-rw-r--r--newspipe/models/bookmark.py2
-rw-r--r--newspipe/models/feed.py2
-rw-r--r--newspipe/models/role.py2
-rw-r--r--newspipe/models/user.py2
-rw-r--r--newspipe/notifications/emails.py2
-rw-r--r--newspipe/notifications/notifications.py2
-rw-r--r--newspipe/static/js/articles.js2
-rw-r--r--newspipe/web/forms.py2
-rw-r--r--newspipe/web/views/bookmark.py2
14 files changed, 14 insertions, 14 deletions
diff --git a/newspipe/crawler/default_crawler.py b/newspipe/crawler/default_crawler.py
index c12aad0d..00db49b2 100644
--- a/newspipe/crawler/default_crawler.py
+++ b/newspipe/crawler/default_crawler.py
@@ -1,7 +1,7 @@
#! /usr/bin/env python
# -*- coding: utf-8 -
-# Newspipe - A Web based news aggregator.
+# Newspipe - A web news aggregator.
# Copyright (C) 2010-2020 Cédric Bonhomme - https://www.cedricbonhomme.org
#
# For more information: https://git.sr.ht/~cedric/newspipe
diff --git a/newspipe/lib/data.py b/newspipe/lib/data.py
index dd7a0503..b27b5d80 100644
--- a/newspipe/lib/data.py
+++ b/newspipe/lib/data.py
@@ -1,7 +1,7 @@
#! /usr/bin/env python
# -*- coding: utf-8 -*-
-# Newspipe - A Web based news aggregator.
+# Newspipe - A web news aggregator.
# Copyright (C) 2010-2020 Cédric Bonhomme - https://www.cedricbonhomme.org
#
# For more information: https://git.sr.ht/~cedric/newspipe
diff --git a/newspipe/lib/misc_utils.py b/newspipe/lib/misc_utils.py
index cfe2b093..a5814aa3 100755
--- a/newspipe/lib/misc_utils.py
+++ b/newspipe/lib/misc_utils.py
@@ -1,7 +1,7 @@
#! /usr/bin/env python
# -*- coding: utf-8 -*-
-# Newspipe - A Web based news aggregator.
+# Newspipe - A web news aggregator.
# Copyright (C) 2010-2020 Cédric Bonhomme - https://www.cedricbonhomme.org
#
# For more information: https://git.sr.ht/~cedric/newspipe
diff --git a/newspipe/models/__init__.py b/newspipe/models/__init__.py
index a58a7ad5..3fd7569c 100644
--- a/newspipe/models/__init__.py
+++ b/newspipe/models/__init__.py
@@ -1,7 +1,7 @@
#! /usr/bin/env python
# -*- coding: utf-8 -*-
-# Newspipe - A Web based news aggregator.
+# Newspipe - A web news aggregator.
# Copyright (C) 2010-2020 Cédric Bonhomme - https://www.cedricbonhomme.org
#
# For more information: https://git.sr.ht/~cedric/newspipe
diff --git a/newspipe/models/article.py b/newspipe/models/article.py
index ecc2352b..0a747a30 100644
--- a/newspipe/models/article.py
+++ b/newspipe/models/article.py
@@ -1,7 +1,7 @@
#! /usr/bin/env python
# -*- coding: utf-8 -*-
-# Newspipe - A Web based news aggregator.
+# Newspipe - A web news aggregator.
# Copyright (C) 2010-2020 Cédric Bonhomme - https://www.cedricbonhomme.org
#
# For more information: https://git.sr.ht/~cedric/newspipe
diff --git a/newspipe/models/bookmark.py b/newspipe/models/bookmark.py
index c3bc2dea..93158bbd 100644
--- a/newspipe/models/bookmark.py
+++ b/newspipe/models/bookmark.py
@@ -1,7 +1,7 @@
#! /usr/bin/env python
# -*- coding: utf-8 -*-
-# Newspipe - A Web based news aggregator.
+# Newspipe - A web news aggregator.
# Copyright (C) 2010-2020 Cédric Bonhomme - https://www.cedricbonhomme.org
#
# For more information: https://git.sr.ht/~cedric/newspipe
diff --git a/newspipe/models/feed.py b/newspipe/models/feed.py
index fc88c17f..a84553bf 100644
--- a/newspipe/models/feed.py
+++ b/newspipe/models/feed.py
@@ -1,7 +1,7 @@
#! /usr/bin/env python
# -*- coding: utf-8 -*-
-# newspipe - A Web based news aggregator.
+# Newspipe - A web news aggregator.
# Copyright (C) 2010-2020 Cédric Bonhomme - https://www.cedricbonhomme.org
#
# For more information: https://git.sr.ht/~cedric/newspipe
diff --git a/newspipe/models/role.py b/newspipe/models/role.py
index 628467c0..3f02c009 100644
--- a/newspipe/models/role.py
+++ b/newspipe/models/role.py
@@ -1,7 +1,7 @@
#! /usr/bin/env python
# -*- coding: utf-8 -*-
-# newspipe - A Web based news aggregator.
+# Newspipe - A web news aggregator.
# Copyright (C) 2010-2020 Cédric Bonhomme - https://www.cedricbonhomme.org
#
# For more information: https://git.sr.ht/~cedric/newspipe
diff --git a/newspipe/models/user.py b/newspipe/models/user.py
index 142536fe..ffd320db 100644
--- a/newspipe/models/user.py
+++ b/newspipe/models/user.py
@@ -1,7 +1,7 @@
#! /usr/bin/env python
# -*- coding: utf-8 -*-
-# newspipe - A Web based news aggregator.
+# Newspipe - A web news aggregator.
# Copyright (C) 2010-2020 Cédric Bonhomme - https://www.cedricbonhomme.org
#
# For more information: https://git.sr.ht/~cedric/newspipe
diff --git a/newspipe/notifications/emails.py b/newspipe/notifications/emails.py
index 8093b655..31eceaeb 100644
--- a/newspipe/notifications/emails.py
+++ b/newspipe/notifications/emails.py
@@ -1,7 +1,7 @@
#! /usr/bin/env python
# -*- coding: utf-8 -*-
-# Newspipe - A Web based news aggregator.
+# Newspipe - A web news aggregator.
# Copyright (C) 2010-2020 Cédric Bonhomme - https://www.cedricbonhomme.org
#
# For more information: https://git.sr.ht/~cedric/newspipe
diff --git a/newspipe/notifications/notifications.py b/newspipe/notifications/notifications.py
index f5421e59..547ad216 100644
--- a/newspipe/notifications/notifications.py
+++ b/newspipe/notifications/notifications.py
@@ -1,7 +1,7 @@
#! /usr/bin/env python
# -*- coding: utf-8 -*-
-# Newspipe - A Web based news aggregator.
+# Newspipe - A web news aggregator.
# Copyright (C) 2010-2020 Cédric Bonhomme - https://www.cedricbonhomme.org
#
# For more information: https://git.sr.ht/~cedric/newspipe
diff --git a/newspipe/static/js/articles.js b/newspipe/static/js/articles.js
index de579532..6b272cf3 100644
--- a/newspipe/static/js/articles.js
+++ b/newspipe/static/js/articles.js
@@ -1,5 +1,5 @@
/*!
-* Newspipe - A Web based news aggregator.
+* Newspipe - A web news aggregator.
* Copyright (C) 2010-2020 Cédric Bonhomme - https://cedricbonhomme.org
*
* For more information: https://git.sr.ht/~cedric/newspipe
diff --git a/newspipe/web/forms.py b/newspipe/web/forms.py
index 540b2723..2efbc9a6 100644
--- a/newspipe/web/forms.py
+++ b/newspipe/web/forms.py
@@ -1,7 +1,7 @@
#! /usr/bin/env python
# -*- coding: utf-8 -*-
-# Newspipe - A Web based news aggregator.
+# Newspipe - A web news aggregator.
# Copyright (C) 2010-2020 Cédric Bonhomme - https://www.cedricbonhomme.org
#
# For more information: http://gitlab.com/newspipe/newspipe
diff --git a/newspipe/web/views/bookmark.py b/newspipe/web/views/bookmark.py
index ea49b3c8..6d143875 100644
--- a/newspipe/web/views/bookmark.py
+++ b/newspipe/web/views/bookmark.py
@@ -1,7 +1,7 @@
#! /usr/bin/env python
# -*- coding: utf-8 -*-
-# Newspipe - A Web based news aggregator.
+# Newspipe - A web news aggregator.
# Copyright (C) 2010-2020 Cédric Bonhomme - https://www.cedricbonhomme.org
#
# For more information: https://git.sr.ht/~cedric/newspipe
bgstack15