Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add centos8 builder #42

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Commits on Apr 9, 2020

  1. update for werkzeug > 1.0

    I came across this while working on overviewer#42 but it seemed like its own problem, worthy of its own PR.
    
    9 days ago, [werkzeug was updated](https://github.com/pallets/werkzeug/releases/tag/1.0.0)
    
    The changelog contains this:
    
    > Remove most top-level attributes provided by the werkzeug module in favor of direct imports. For example, instead of import werkzeug; werkzeug.url_quote, do from werkzeug.urls import url_quote. Install version 0.16 first to see deprecation warnings while upgrading. #2, #1640
    
    So I updated the components that import from werkzeug to versions that have the imports fixed.
    ChrisOrlando committed Apr 9, 2020
    Configuration menu
    Copy the full SHA
    ece9223 View commit details
    Browse the repository at this point in the history
  2. Add centos8 builder

    ChrisOrlando committed Apr 9, 2020
    Configuration menu
    Copy the full SHA
    c83c793 View commit details
    Browse the repository at this point in the history
  3. http -> https

    ChrisOrlando committed Apr 9, 2020
    Configuration menu
    Copy the full SHA
    31d49a0 View commit details
    Browse the repository at this point in the history
  4. Google Maps -> Leaflet

    ChrisOrlando committed Apr 9, 2020
    Configuration menu
    Copy the full SHA
    bc5eea5 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2020

  1. Configuration menu
    Copy the full SHA
    455676d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    61aaa5b View commit details
    Browse the repository at this point in the history