edgewall / genshi

Python toolkit for generation of output for the web
http://genshi.edgewall.org
Other
86 stars 35 forks source link

Release 0.7.8 #75

Closed hodgestar closed 3 months ago

hodgestar commented 3 months ago

Todo items for 0.7.8:

hodgestar commented 3 months ago

@jaraco If you're happy to check that the master branch works nicely, I can trigger the release GitHub action.

jaraco commented 3 months ago

Looks great. I ran my website using the latest version and it runs without warnings and renders nicely:

 @ pip-run git+https://github.com/edgewall/genshi jaraco.site -- -m cherrypy -i jaraco.site.run
Unable to import openid modules - OpenID support disabled
[13/Jun/2024:17:56:27] ENGINE Listening for SIGTERM.
[13/Jun/2024:17:56:27] ENGINE Listening for SIGHUP.
[13/Jun/2024:17:56:27] ENGINE Listening for SIGUSR1.
[13/Jun/2024:17:56:27] ENGINE Bus STARTING
[13/Jun/2024:17:56:27] ENGINE Started monitor thread 'Autoreloader'.
[13/Jun/2024:17:56:27] ENGINE Serving on http://:::8080
[13/Jun/2024:17:56:27] ENGINE Bus STARTED
::ffff:127.0.0.1 - - [13/Jun/2024:17:56:34] "GET / HTTP/1.1" 200 12214 "" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:127.0) Gecko/20100101 Firefox/127.0"
::ffff:127.0.0.1 - - [13/Jun/2024:17:56:34] "GET /static/css/style.css HTTP/1.1" 200 2796 "http://localhost:8080/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:127.0) Gecko/20100101 Firefox/127.0"
::ffff:127.0.0.1 - - [13/Jun/2024:17:57:37] "GET /projects/ HTTP/1.1" 200 23158 "" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:127.0) Gecko/20100101 Firefox/127.0"
::ffff:127.0.0.1 - - [13/Jun/2024:17:57:42] "GET /charts HTTP/1.1" 404 1546 "" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:127.0) Gecko/20100101 Firefox/127.0"
::ffff:127.0.0.1 - - [13/Jun/2024:17:58:09] "GET /charts/plot HTTP/1.1" 200 29414 "" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:127.0) Gecko/20100101 Firefox/127.0"
::ffff:127.0.0.1 - - [13/Jun/2024:17:58:12] "GET / HTTP/1.1" 200 12214 "" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:127.0) Gecko/20100101 Firefox/127.0"
::ffff:127.0.0.1 - - [13/Jun/2024:17:58:12] "GET /static/css/style.css HTTP/1.1" 200 2796 "http://127.0.0.1:8080/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:127.0) Gecko/20100101 Firefox/127.0"
hodgestar commented 3 months ago

Thanks @jaraco.

I've released 0.7.8. Would you mind giving it a try?

jaraco commented 3 months ago

Everything's working great!