[Bug 228417] www/py-django-mezzanine: update to 4.2.3-148 (together with dependent ports)
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228417 Bug ID: 228417 Summary: www/py-django-mezzanine: update to 4.2.3-148 (together with dependent ports) Product: Ports & Packages Version: Latest Hardware: Any URL: https://wiki.freebsd.org/Ports/Django OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: ko...@freebsd.org Reporter: freebsd_po...@k-worx.org CC: pyt...@freebsd.org Flags: maintainer-feedback?(ko...@freebsd.org) Assignee: ko...@freebsd.org Attachment #193602 maintainer-approval?(ko...@freebsd.org) Flags: Created attachment 193602 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=193602&action=edit py-django-mezzanine-4.2.3-148.patch Hello, attached is the patch from svn that is part of the project that moves remaining ports from Django 1.8 to 1.11 . The patch does following modifications: - updates www/py-django-mezzanine to 4.2.3-148 - updates www/py-django-mezzanine-filebrowser to 0.4.7 - updates www/py-django-mezzanine-grapelli to 0.4.7 - reassigns www/py-django-contrib-comments to Django 1.11 For port www/py-django-mezzanine: ~ Changes by upstream: - https://github.com/stephenmcd/mezzanine/compare/4.2.2...1211405 Changes to the port: - changed CHEESESHOP to GH . Reason: Release 4.2.3 is dated from Q1/2017 and has no support for Django 1.11 or newer. Support for Django 1.11 has been introduced with commit 564e574 . When upstream brings a new release then a return to CHEESESHOP should be no problem. - changed RUN_DEPENDS to reflect the new dependencies - added NO_ARCH - added pkg-message with quick start notes to improve the user experience - added SUB_FILES and SUB_LIST for pkg-message For port www/py-django-mezzanine-filebrowser: ~ Changes by upstream: - https://github.com/stephenmcd/filebrowser-safe/compare/v0.4.6...v0.4.7 For port www/py-django-mezzanine-grapelli: ~~ Changes by upstream: - https://github.com/stephenmcd/grappelli-safe/compare/v0.4.5...2562c21 For port www/py-django-contrib-comments: Changes to the port: - changed RUN_DEPENDS from Django 1.8 to 1.11 Note: - The port is also required by textproc/pootle but that port is broken at the moment and there is currently work in progress. - There's also an update to 1.8 for www/py-django-contrib-comment available but that has been kept back because the master branch of textproc/pootle still depends on 1.7.3 and www/py-django-mezzanine itself has no specific version requirement for www/py-django-contrib-comments. QA: ~~~ - poudriere (11.1-RELEASE amd64 + i386) for each py27 and py36 flavor -> OK - portlint -> OK Result of "make test" (py27 + py36 flavors): > Ran 82 tests in 14.844s > > OK (skipped=3) -- 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 228269] www/py-beautifulsoup: update to 4.6.0
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228269 Kai changed: What|Removed |Added Blocks||228417 Referenced Bugs: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228417 [Bug 228417] www/py-django-mezzanine: update to 4.2.3-148 (together with dependent ports) -- 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 228417] www/py-django-mezzanine: update to 4.2.3-148 (together with dependent ports)
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228417 Kai changed: What|Removed |Added Depends on||228269 CC||freebsd_po...@k-worx.org Referenced Bugs: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228269 [Bug 228269] www/py-beautifulsoup: update to 4.6.0 -- 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 228417] www/py-django-mezzanine: update to 4.2.3-148 (together with dependent ports)
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228417 --- Comment #1 from Kai --- I forgot to mention, that the new version of www/py-django-mezzanine requires a newer version of www/py-beautifulsoup. A PR is already opened for this: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228269 -- 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 228419] www/py-drf-yasg: update to 1.7.4
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228419 Bug ID: 228419 Summary: www/py-drf-yasg: update to 1.7.4 Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: ports-b...@freebsd.org Reporter: freebsd_po...@k-worx.org CC: pyt...@freebsd.org Attachment #193603 maintainer-approval+ Flags: Created attachment 193603 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=193603&action=edit py-drf-yasg-1.7.4.patch Hello, attached is the patch from svn that updates www/py-drf-yasg to 1.7.4 . Changes by upstream: - https://github.com/axnsan12/drf-yasg/compare/1.6.1...1.7.4 Changes to the port: - made BUILD_DEPENDS and RUN_DEPEND more precise QA: ~~~ - poudriere (11.1-RELEASE amd64 + i386) for each py27 + py36 flavor -> OK - portlint -> OK -- 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 228411] sysutils/py-google-compute-engine: Fixes agent logging to syslog (console)
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228411 Steve Wills changed: What|Removed |Added Assignee|ports-b...@freebsd.org |swi...@freebsd.org -- 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 228415] sysutils/py-google-compute-engine: Fix gsutil not found when it is installed, unable to execute startup script
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228415 Steve Wills changed: What|Removed |Added Assignee|ports-b...@freebsd.org |swi...@freebsd.org -- 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 228419] www/py-drf-yasg: update to 1.7.4
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228419 Steve Wills changed: What|Removed |Added Assignee|ports-b...@freebsd.org |swi...@freebsd.org -- 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 228411] sysutils/py-google-compute-engine: Fixes agent logging to syslog (console)
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228411 --- Comment #1 from commit-h...@freebsd.org --- A commit references this bug: Author: swills Date: Tue May 22 13:04:48 UTC 2018 New revision: 470608 URL: https://svnweb.freebsd.org/changeset/ports/470608 Log: sysutils/py-google-compute-engine: Fixes agent logging to syslog (console) PR: 228411 Submitted by: Helen Koike (maintainer) Changes: head/sysutils/py-google-compute-engine/Makefile head/sysutils/py-google-compute-engine/files/90-google.conf.sample head/sysutils/py-google-compute-engine/pkg-plist -- 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 228411] sysutils/py-google-compute-engine: Fixes agent logging to syslog (console)
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228411 Steve Wills changed: What|Removed |Added Resolution|--- |FIXED Status|Open|Closed --- Comment #2 from Steve Wills --- Committed, thanks! -- 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 228415] sysutils/py-google-compute-engine: Fix gsutil not found when it is installed, unable to execute startup script
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228415 Steve Wills changed: What|Removed |Added Resolution|--- |FIXED Status|Open|Closed --- Comment #2 from Steve Wills --- Committed, thanks! -- 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 228415] sysutils/py-google-compute-engine: Fix gsutil not found when it is installed, unable to execute startup script
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228415 --- Comment #1 from commit-h...@freebsd.org --- A commit references this bug: Author: swills Date: Tue May 22 13:27:41 UTC 2018 New revision: 470611 URL: https://svnweb.freebsd.org/changeset/ports/470611 Log: sysutils/py-google-compute-engine: Fix gsutil not being found PR: 228415 Submitted by: Helen Koike (maintainer Changes: head/sysutils/py-google-compute-engine/Makefile head/sysutils/py-google-compute-engine/files/google_startup.in -- 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 228419] www/py-drf-yasg: update to 1.7.4
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228419 --- Comment #1 from commit-h...@freebsd.org --- A commit references this bug: Author: swills Date: Tue May 22 13:53:37 UTC 2018 New revision: 470613 URL: https://svnweb.freebsd.org/changeset/ports/470613 Log: www/py-drf-yasg: update to 1.7.4 PR: 228419 Submitted by: Kai Changes: head/www/py-drf-yasg/Makefile head/www/py-drf-yasg/distinfo -- 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 228419] www/py-drf-yasg: update to 1.7.4
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228419 Steve Wills changed: What|Removed |Added Status|New |Closed Resolution|--- |FIXED --- Comment #2 from Steve Wills --- Committed, thanks! -- 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 228411] sysutils/py-google-compute-engine: Fixes agent logging to syslog (console)
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228411 --- Comment #3 from commit-h...@freebsd.org --- A commit references this bug: Author: swills Date: Tue May 22 13:59:01 UTC 2018 New revision: 470616 URL: https://svnweb.freebsd.org/changeset/ports/470616 Log: MFH: r470608 sysutils/py-google-compute-engine: Fixes agent logging to syslog (console) PR: 228411 Submitted by: Helen Koike (maintainer) Approved by: ports-secteam (implicit) Changes: _U branches/2018Q2/ branches/2018Q2/sysutils/py-google-compute-engine/Makefile branches/2018Q2/sysutils/py-google-compute-engine/files/90-google.conf.sample branches/2018Q2/sysutils/py-google-compute-engine/pkg-plist -- 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 228415] sysutils/py-google-compute-engine: Fix gsutil not found when it is installed, unable to execute startup script
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228415 --- Comment #3 from commit-h...@freebsd.org --- A commit references this bug: Author: swills Date: Tue May 22 13:59:39 UTC 2018 New revision: 470617 URL: https://svnweb.freebsd.org/changeset/ports/470617 Log: MFH: r470611 sysutils/py-google-compute-engine: Fix gsutil not being found PR: 228415 Submitted by: Helen Koike (maintainer Approved by: ports-secteam (implicit) Changes: _U branches/2018Q2/ branches/2018Q2/sysutils/py-google-compute-engine/Makefile branches/2018Q2/sysutils/py-google-compute-engine/files/google_startup.in -- 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 227416] [NEW PORT] net-mgmt/netbox: IPAM and DCIM management tool
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227416 Kai changed: What|Removed |Added Attachment #192380|0 |1 is obsolete|| --- Comment #18 from Kai --- Created attachment 193620 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=193620&action=edit netbox-v2.3.3.shar Meanwhile netbox has been updated to 2.3.3. Attached is the new shar file. Changes to the port: - improvements for the intructions given in the pkg-message file QA (still with the patch applied for www/py-django-cors-headers): ~ - poudriere (11.1-RELEASE amd64 + i386) -> OK - portlint -> OK -- 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 228252] sysutils/py-google-compute-engine: fix metadata script bash usage
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228252 Helen Koike changed: What|Removed |Added See Also||https://bugs.freebsd.org/bu ||gzilla/show_bug.cgi?id=2284 ||28 -- 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 228252] sysutils/py-google-compute-engine: fix metadata script bash usage
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228252 Steve Wills changed: What|Removed |Added Assignee|ports-b...@freebsd.org |swi...@freebsd.org -- 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 228252] sysutils/py-google-compute-engine: fix metadata script bash usage
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228252 --- Comment #2 from commit-h...@freebsd.org --- A commit references this bug: Author: swills Date: Tue May 22 23:52:41 UTC 2018 New revision: 470666 URL: https://svnweb.freebsd.org/changeset/ports/470666 Log: sysutils/py-google-compute-engine: Fix hostname and bash usage PR: 228428 PR: 228252 Submitted by: Helen Koike (maintainer) Changes: head/sysutils/py-google-compute-engine/Makefile head/sysutils/py-google-compute-engine/files/google_set_hostname head/sysutils/py-google-compute-engine/files/patch-google__compute__engine_metadata__scripts_script__executor.py head/sysutils/py-google-compute-engine/pkg-plist -- 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 228252] sysutils/py-google-compute-engine: fix metadata script bash usage
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228252 --- Comment #3 from commit-h...@freebsd.org --- A commit references this bug: Author: swills Date: Tue May 22 23:55:00 UTC 2018 New revision: 470667 URL: https://svnweb.freebsd.org/changeset/ports/470667 Log: MFH: r470666 sysutils/py-google-compute-engine: Fix hostname and bash usage PR: 228428 PR: 228252 Submitted by: Helen Koike (maintainer) Approved by: ports-secteam (implicit) Changes: _U branches/2018Q2/ branches/2018Q2/sysutils/py-google-compute-engine/Makefile branches/2018Q2/sysutils/py-google-compute-engine/files/google_set_hostname branches/2018Q2/sysutils/py-google-compute-engine/files/patch-google__compute__engine_metadata__scripts_script__executor.py branches/2018Q2/sysutils/py-google-compute-engine/pkg-plist -- 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 228252] sysutils/py-google-compute-engine: fix metadata script bash usage
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228252 Steve Wills changed: What|Removed |Added Status|Open|Closed Resolution|--- |FIXED --- Comment #4 from Steve Wills --- Committed, thanks! -- 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"