[Bug 245309] [META] Deprecate/Expire Django 1.11 and switch to Django 2.2

2020-04-16 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245309

Kai Knoblich  changed:

   What|Removed |Added

 Depends on||245659


Referenced Bugs:

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245659
[Bug 245659] www/py-django-tinymce: Update to 3.0.1
-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
___
freebsd-python@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


[Bug 240820] www/py-django111: SQLite backend broken after 3.26

2020-04-16 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=240820

--- Comment #2 from rozhuk...@gmail.com ---
maintainer timeout

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
freebsd-python@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


[Bug 240820] www/py-django111: SQLite backend broken after 3.26

2020-04-16 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=240820

rozhuk...@gmail.com changed:

   What|Removed |Added

  Flags|maintainer-feedback?(python |maintainer-feedback-
   |@FreeBSD.org)   |

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
freebsd-python@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


[Bug 245309] [META] Deprecate/Expire Django 1.11 and switch to Django 2.2

2020-04-16 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245309
Bug 245309 depends on bug 245643, which changed state.

Bug 245643 Summary: www/py-django-registration-redux: Update to 2.7
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245643

   What|Removed |Added

 Status|New |Closed
 Resolution|--- |FIXED

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
___
freebsd-python@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


[Bug 241463] devel/scons: flavor scons for python3

2020-04-16 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241463

dewa...@heuristicsystems.com.au changed:

   What|Removed |Added

 CC||dewa...@heuristicsystems.co
   ||m.au

--- Comment #21 from dewa...@heuristicsystems.com.au ---
(In reply to VVD from comment #19)
Thanks VVD. I just updated my ports and attempted to rebuild our packages. 
Kept getting:
...
install  -m 0644 /usr/ports/devel/py-setuptools/files/easy-install.pth.dist
/var/ports/usr/ports/devel/py-setuptools/work-py37/stage/usr/local/lib/python3.7/site-packages/
===> Creating unique files: Move MAN files needing SUFFIX
===> Creating unique files: Move files needing SUFFIX
Move: bin/easy_install --> bin/easy_install-3.7
Link: @bin/easy_install --> bin/easy_install-3.7
> Compressing man pages (compress-man)
===>  Installing for py37-setuptools-44.0.0
===>  Checking if py37-setuptools is already installed
===>   py37-setuptools-44.0.0 is already installed
  You may wish to ``make deinstall'' and install this port again
  by ``make reinstall'' to upgrade it properly.
  If you really wish to overwrite the old port of py37-setuptools
  without deleting it first, set the variable "FORCE_PKG_REGISTER"
  in your environment or the "make install" command line.
*** Error code 1

Stop.
make[1]: stopped in /usr/ports/devel/py-setuptools
*** Error code 1

Stop.
make: stopped in /usr/ports/devel/scons

Applied your patch, and 
 make -C /usr/ports/devel/scons clean package
built an scons package on todays rebuilt 12.1S amd64 and i386. :)

The portmaster thread was:
devel/erlang-erlware_commons 55/363 >> devel/erlang-cf >> devel/rebar3 >>
devel/git >> devel/p5-subversion >> devel/subversion >> www/serf >> devel/scons
>> devel/py-setuptools@py27 (151/151)

So just when you think you're done, I tried: make -C
/usr/ports/devel/subversion  clean package
...
===>  Building for serf-1.3.9_4
scons: Reading SConscript files ...
  File "/var/ports/usr/ports/www/serf/work/serf-1.3.9/SConstruct", line 189

print 'Warning: Used unknown variables:', ', '.join(unknown.keys())

   ^

SyntaxError: invalid syntax

Hmmm, looks like a python issue, probably needs 2.7.  Successfully building
ports is one measure, getting the successfully built port to function is
another. ;)

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-python@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


[Bug 241463] devel/scons: flavor scons for python3

2020-04-16 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241463

--- Comment #22 from VVD  ---
(In reply to dewayne from comment #21)
Just rebuild subversion without any issue.
Rebuilded several times git last weeks.

How to found your build errors?

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-python@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


[Bug 241463] devel/scons: flavor scons for python3

2020-04-16 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241463

--- Comment #23 from VVD  ---
Ok, rebuild serf.

Check Ronald Klop's patch than.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-python@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


[Bug 245309] [META] Deprecate/Expire Django 1.11 and switch to Django 2.2

2020-04-16 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245309
Bug 245309 depends on bug 245644, which changed state.

Bug 245644 Summary: www/py-django-happenings: Deprecate port and add forked 
variant of it
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245644

   What|Removed |Added

 Status|New |Closed
 Resolution|--- |FIXED

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
___
freebsd-python@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


[Bug 245674] security/py-certbot: allow more options for restarting services after certificate renewals

2020-04-16 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245674

Bug ID: 245674
   Summary: security/py-certbot: allow more options for restarting
services after certificate renewals
   Product: Ports & Packages
   Version: Latest
  Hardware: Any
OS: Any
Status: New
  Severity: Affects Many People
  Priority: ---
 Component: Individual Port(s)
  Assignee: pyt...@freebsd.org
  Reporter: amd...@freebsd.org
  Assignee: pyt...@freebsd.org
 Flags: maintainer-feedback?(pyt...@freebsd.org)

Created attachment 213468
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=213468&action=edit
Patch

In addition to stop service → renew cert → start service pattern, support
restarting and reloading a service after certificate renewals, which is more
common and useful pattern which implies less/no downtime.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-python@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


maintainer-feedback requested: [Bug 245674] security/py-certbot: allow more options for restarting services after certificate renewals

2020-04-16 Thread bugzilla-noreply
Bugzilla Automation  has asked freebsd-python mailing
list  for maintainer-feedback:
Bug 245674: security/py-certbot: allow more options for restarting services
after certificate renewals
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245674



--- Description ---
In addition to stop service → renew cert → start service pattern, support
restarting and reloading a service after certificate renewals, which is more
common and useful pattern which implies less/no downtime.
___
freebsd-python@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


[Bug 241463] devel/scons: flavor scons for python3

2020-04-16 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241463

--- Comment #24 from dewa...@heuristicsystems.com.au ---
After some hours on this, I've found that something in my make.conf has
corrupted the situation. From my earlier post, it looks like scons will build
with python 3.7, but it doesn't appear to run.  My apologies for distracting
the discussion.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-python@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


[Bug 245365] www/py-django-jsonfield : Update to 3.1.0

2020-04-16 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245365

Richard Gallamore  changed:

   What|Removed |Added

 Status|New |Open

--- Comment #6 from Richard Gallamore  ---
I'm in favor with sunpoet's solution of only one port being necessary. I don't
see the point of having the py-django-jsonfield port any longer and with the
merge and rename to py-jsonfield.

Going to update the port to version 2.1.1 and set a deprecation message. Once
Seafile has upgraded django I'll change the depends and remove the port
pointing to py-jsonfield. This is mainly to prevent delays for updating to v3.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-python@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"