Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (706357855159cd75e621de3c5386fee33d82bcd8)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (706357855159cd75e621de3c5386fee33d82bcd8)
  • Date: Wed, 10 Jun 2020 00:26:43 +0000

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

ChangeLog | 3 +++
python-pypi/django/DETAILS | 9 +++++++++
python-pypi/django/HISTORY | 3 +++
python-pypi/django/PREPARE | 2 +-
python-pypi/pybbm/DEPENDS | 10 ++++++++++
python-pypi/pybbm/DETAILS | 22 ++++++++++++++++++++++
python-pypi/pybbm/HISTORY | 6 ++++++
python-pypi/pybbm/PRE_BUILD | 4 ++++
python-pypi/pybbm/profile.patch | 12 ++++++++++++
9 files changed, 70 insertions(+), 1 deletion(-)

New commits:
commit 706357855159cd75e621de3c5386fee33d82bcd8
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

pybbm: new spell, Django forum solution

commit da66974622502a9a7e0d126527db120ac3b7a1f0
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

django: readd oldstable (1.11) branch

diff --git a/ChangeLog b/ChangeLog
index 54c338f..33d6e9b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2020-06-09 Vlad Glagolev <stealth AT sourcemage.org>
+ * python-pypi/pybbm: new spell, Django forum solution
+
2020-06-09 Treeve Jelbert <treeve AT sourcemage.org>
* plasma/kwayland-server: added

diff --git a/python-pypi/django/DETAILS b/python-pypi/django/DETAILS
index 53658d7..751e5c0 100755
--- a/python-pypi/django/DETAILS
+++ b/python-pypi/django/DETAILS
@@ -28,6 +28,15 @@ SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL^}-${VERSION}"
SOURCE_URL[1]="https://www.djangoproject.com/download/${VERSION}/tarball/";
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL^}-${VERSION}"
;;
+ oldstable)
+ VERSION=1.11.23
+
SOURCE_HASH=sha256:52a66d7f8b036d02da0a4472359e8be1727424fc1e4b4f5c684ef97de7b569e1:UPSTREAM_HASH
+ SECURITY_PATCH=5
+ SOURCE=${SPELL^}-${VERSION}.tar.gz
+
SOURCE_URL[0]="https://www.djangoproject.com/m/releases/${VERSION}/${SOURCE}";
+ SOURCE_URL[1]="https://www.djangoproject.com/download/${VERSION}/tarball/";
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL^}-${VERSION}"
+ ;;
# stable (also handled for `gaze')
stable|*)
VERSION=2.2.9
diff --git a/python-pypi/django/HISTORY b/python-pypi/django/HISTORY
index 57532e2..245c850 100644
--- a/python-pypi/django/HISTORY
+++ b/python-pypi/django/HISTORY
@@ -1,3 +1,6 @@
+2020-06-09 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS, PREPARE: readded oldstable (1.11) branch
+
2019-12-19 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: versions 3.0.1/2.2.9, SECURITY_PATCH++, (CVE-2019-19844)

diff --git a/python-pypi/django/PREPARE b/python-pypi/django/PREPARE
index 97839f6..0b8ed9d 100755
--- a/python-pypi/django/PREPARE
+++ b/python-pypi/django/PREPARE
@@ -13,4 +13,4 @@ if spell_ok $SPELL && [[ $DJANGO_SVN == y ]]; then
fi
fi &&

-prepare_select_branch stable legacy scm devel
+prepare_select_branch stable oldstable legacy scm devel
diff --git a/python-pypi/pybbm/DEPENDS b/python-pypi/pybbm/DEPENDS
new file mode 100755
index 0000000..a9bfc63
--- /dev/null
+++ b/python-pypi/pybbm/DEPENDS
@@ -0,0 +1,10 @@
+depends PYTHON &&
+depends setuptools &&
+depends django &&
+depends django-annoying &&
+depends unidecode &&
+
+suggest_depends sorl-thumbnail "" "" "for images thumbnailing support" &&
+
+suggest_depends bbcode "" "" "for bbcode markup support" &&
+suggest_depends python-markdown "" "" "for markdown markup support"
diff --git a/python-pypi/pybbm/DETAILS b/python-pypi/pybbm/DETAILS
new file mode 100755
index 0000000..c7ce5b6
--- /dev/null
+++ b/python-pypi/pybbm/DETAILS
@@ -0,0 +1,22 @@
+ SPELL=pybbm
+ VERSION=0.19.0
+ SOURCE=${SPELL}-${VERSION}.tar.gz
+ SOURCE_URL[0]=https://pypi.org/packages/source/p/${SPELL}/${SOURCE}
+
SOURCE_HASH=sha512:a21877285db0f1e8d09a7ad2fba681801e3b60edadf0303f6b2a35bf8fd6cd47e723f5e14e1b27099f1d55da110f0cd478308fd58eeb0b1ebe1417b0947ae0d3
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE=https://github.com/hovel/pybbm
+ ENTERED=20200609
+ LICENSE[0]=BSD
+ SHORT="Django forum solution"
+cat << EOF
+PyBBM is a full-featured Django forum solution with these features:
+
+o Avatars
+o Custom profiles and support of Custom User Model (since Django 1.5)
+o Post editing
+o Pre-moderation
+o Custom sanitization
+o Anonymous posting
+o Subscriptions
+o Polls
+EOF
diff --git a/python-pypi/pybbm/HISTORY b/python-pypi/pybbm/HISTORY
new file mode 100644
index 0000000..4015003
--- /dev/null
+++ b/python-pypi/pybbm/HISTORY
@@ -0,0 +1,6 @@
+2020-03-21 Vlad Glagolev <stealth AT sourcemage.org>
+ * PRE_BUILD: added, to apply patch
+ * profile.patch: added
+
+2019-08-24 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS, DEPENDS: created spell, version 0.19.0
diff --git a/python-pypi/pybbm/PRE_BUILD b/python-pypi/pybbm/PRE_BUILD
new file mode 100755
index 0000000..f3da282
--- /dev/null
+++ b/python-pypi/pybbm/PRE_BUILD
@@ -0,0 +1,4 @@
+default_pre_build &&
+cd "${SOURCE_DIRECTORY}" &&
+
+patch -p0 < "${SPELL_DIRECTORY}/profile.patch"
diff --git a/python-pypi/pybbm/profile.patch b/python-pypi/pybbm/profile.patch
new file mode 100644
index 0000000..cdb5d89
--- /dev/null
+++ b/python-pypi/pybbm/profile.patch
@@ -0,0 +1,12 @@
+--- pybb/models.py.orig 2020-03-21 22:44:43.904089549 +0000
++++ pybb/models.py 2020-03-21 22:44:53.524090627 +0000
+@@ -380,6 +380,9 @@
+ verbose_name = _('Profile')
+ verbose_name_plural = _('Profiles')
+
++ def __str__(self):
++ return self.get_display_name()
++
+ def get_absolute_url(self):
+ return reverse('pybb:user', kwargs={'username': getattr(self.user,
get_username_field())})
+



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (706357855159cd75e621de3c5386fee33d82bcd8), Vlad Glagolev, 06/09/2020

Archive powered by MHonArc 2.6.24.

Top of Page