Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-Lektor for openSUSE:Factory checked in at 2022-10-12 18:25:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-Lektor (Old) and /work/SRC/openSUSE:Factory/.python-Lektor.new.2275 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-Lektor" Wed Oct 12 18:25:57 2022 rev:11 rq:1010155 version:3.3.7 Changes: -------- --- /work/SRC/openSUSE:Factory/python-Lektor/python-Lektor.changes 2022-07-28 20:59:19.523684249 +0200 +++ /work/SRC/openSUSE:Factory/.python-Lektor.new.2275/python-Lektor.changes 2022-10-12 18:27:41.578086299 +0200 @@ -1,0 +2,9 @@ +Tue Oct 11 23:20:36 UTC 2022 - Yogalakshmi Arunachalam <yarunacha...@suse.com> + +- Update to version 3.3.7 + * Bugs + Dev Server + Remove frontend javascript rebuild machinery altogether. Since the frontend source code is not included in distributed Lektor + wheels this was breaking LEKTOR_DEV functionality for all but those running Lektor from git. (#1072) + +------------------------------------------------------------------- Old: ---- Lektor-3.3.6.tar.gz New: ---- Lektor-3.3.7.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-Lektor.spec ++++++ --- /var/tmp/diff_new_pack.6m1Y07/_old 2022-10-12 18:27:42.002087233 +0200 +++ /var/tmp/diff_new_pack.6m1Y07/_new 2022-10-12 18:27:42.006087241 +0200 @@ -20,7 +20,7 @@ %bcond_without python2 %define modname Lektor Name: python-Lektor -Version: 3.3.6 +Version: 3.3.7 Release: 0 Summary: A static content management system License: BSD-3-Clause ++++++ Lektor-3.3.6.tar.gz -> Lektor-3.3.7.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Lektor-3.3.6/CHANGES.md new/Lektor-3.3.7/CHANGES.md --- old/Lektor-3.3.6/CHANGES.md 2022-07-28 00:04:32.000000000 +0200 +++ new/Lektor-3.3.7/CHANGES.md 2022-09-21 21:15:42.000000000 +0200 @@ -2,6 +2,18 @@ These are all the changes in Lektor since the first public release. +## 3.3.7 (2022-09-21) + +### Bugs + +#### Dev Server + +- Remove frontend javascript rebuild machinery altogether. Since the frontend + source code is not included in distributed Lektor wheels this was breaking + `LEKTOR_DEV` functionality for all but those running Lektor from git. ([#1072][]) + +[#1072]: https://github.com/lektor/lektor/pull/1072 + ## 3.3.6 (2022-07-27) ### Changes diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Lektor-3.3.6/Lektor.egg-info/PKG-INFO new/Lektor-3.3.7/Lektor.egg-info/PKG-INFO --- old/Lektor-3.3.6/Lektor.egg-info/PKG-INFO 2022-07-28 00:05:46.000000000 +0200 +++ new/Lektor-3.3.7/Lektor.egg-info/PKG-INFO 2022-09-21 21:16:28.000000000 +0200 @@ -1,11 +1,15 @@ Metadata-Version: 2.1 Name: Lektor -Version: 3.3.6 +Version: 3.3.7 Summary: A static content management system. -Home-page: http://github.com/lektor/lektor/ +Home-page: https://www.getlektor.com/ Author: Armin Ronacher Author-email: armin.ronac...@active-4.com License: BSD +Project-URL: Homepage, https://www.getlektor.com/ +Project-URL: Source, https://github.com/lektor/lektor/ +Project-URL: Documentation, https://www.getlektor.com/docs/ +Project-URL: Changelog, https://github.com/lektor/lektor/blob/3.3-maintenance/CHANGES.md Platform: any Classifier: Framework :: Lektor Classifier: Environment :: Web Environment diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Lektor-3.3.6/PKG-INFO new/Lektor-3.3.7/PKG-INFO --- old/Lektor-3.3.6/PKG-INFO 2022-07-28 00:05:46.811762000 +0200 +++ new/Lektor-3.3.7/PKG-INFO 2022-09-21 21:16:28.198997500 +0200 @@ -1,11 +1,15 @@ Metadata-Version: 2.1 Name: Lektor -Version: 3.3.6 +Version: 3.3.7 Summary: A static content management system. -Home-page: http://github.com/lektor/lektor/ +Home-page: https://www.getlektor.com/ Author: Armin Ronacher Author-email: armin.ronac...@active-4.com License: BSD +Project-URL: Homepage, https://www.getlektor.com/ +Project-URL: Source, https://github.com/lektor/lektor/ +Project-URL: Documentation, https://www.getlektor.com/docs/ +Project-URL: Changelog, https://github.com/lektor/lektor/blob/3.3-maintenance/CHANGES.md Platform: any Classifier: Framework :: Lektor Classifier: Environment :: Web Environment diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Lektor-3.3.6/lektor/devserver.py new/Lektor-3.3.7/lektor/devserver.py --- old/Lektor-3.3.6/lektor/devserver.py 2022-07-28 00:04:32.000000000 +0200 +++ new/Lektor-3.3.7/lektor/devserver.py 2022-09-21 21:15:42.000000000 +0200 @@ -10,7 +10,6 @@ from lektor.builder import Builder from lektor.db import Database from lektor.reporter import CliReporter -from lektor.utils import portable_popen from lektor.utils import process_extra_flags from lektor.watcher import Watcher @@ -55,29 +54,6 @@ self.build() -class DevTools: - """This builds the admin frontend (in watch mode).""" - - def __init__(self, env): - self.watcher = None - self.env = env - - def start(self): - if self.watcher is not None: - return - - frontend = os.path.join(os.path.dirname(__file__), "..", "frontend") - portable_popen(["npm", "install"], cwd=frontend).wait() - self.watcher = portable_popen(["npm", "run", "dev"], cwd=frontend) - - def stop(self): - if self.watcher is None: - return - self.watcher.kill() - self.watcher.wait() - self.watcher = None - - def browse_to_address(addr): # pylint: disable=import-outside-toplevel import webbrowser @@ -134,11 +110,6 @@ extra_flags=extra_flags, ) - dt = None - if lektor_dev and not wz_as_main: - dt = DevTools(env) - dt.start() - if browse: browse_to_address(bindaddr) @@ -155,7 +126,5 @@ else SilentWSGIRequestHandler, ) finally: - if dt is not None: - dt.stop() if in_main_process: env.plugin_controller.emit("server-stop") diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Lektor-3.3.6/setup.cfg new/Lektor-3.3.7/setup.cfg --- old/Lektor-3.3.6/setup.cfg 2022-07-28 00:05:46.811762000 +0200 +++ new/Lektor-3.3.7/setup.cfg 2022-09-21 21:16:28.202997400 +0200 @@ -7,7 +7,12 @@ platforms = any author = Armin Ronacher author_email = armin.ronac...@active-4.com -url = http://github.com/lektor/lektor/ +url = https://www.getlektor.com/ +project_urls = + Homepage = https://www.getlektor.com/ + Source = https://github.com/lektor/lektor/ + Documentation = https://www.getlektor.com/docs/ + Changelog = https://github.com/lektor/lektor/blob/3.3-maintenance/CHANGES.md classifiers = Framework :: Lektor Environment :: Web Environment