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

Release the latest version of the library to pypi #148

Open
veselin-angelov opened this issue May 3, 2021 · 13 comments
Open

Release the latest version of the library to pypi #148

veselin-angelov opened this issue May 3, 2021 · 13 comments
Labels

Comments

@veselin-angelov
Copy link

Hello, as the title says the latest version of the library is not on pypi and cannot be installed with pip. The latest version on there has a bug in gmapjs.html (on line 41 a comma is missing).
I would be really thankful if you release it on pypi as I am trying to deploy an app with this library on heroku.
Thanks!

@bglogic
Copy link

bglogic commented Aug 26, 2021

Please note that the latest release is wrongly tagged 4.1.1.2, I think @Riverfount meant 0.4.1.2 instead.

@bglogic
Copy link

bglogic commented Jan 14, 2022

That must be wrong. The author and maintainers (@rochacbruno, @Riverfount, and @getcake) all have recent online activities (GitHub, Twitter, etc.).

@getcake
Copy link
Member

getcake commented Jan 14, 2022

yup totally alive here, new release is in the works.

@austinworks
Copy link

There's now a deprecation warning for from flask import Markup, it would be great to put out an update that resolves this.

@KashaMalaga
Copy link

Coming here because same happened after Flask moved into 3.0 this dependencie its broken :(
There's now a deprecation warning for from flask import Markup, it would be great to put out an update that resolves this.

@KashaMalaga
Copy link

To survive for a while just use markupsafe and remove it from flask
\Lib\site-packages\flask_googlemaps_init_.py

from flask import Blueprint, g, render_template
from markupsafe import Markup

@rochacbruno
Copy link
Member

If there is a PR that can meke it work with all versions of flask I am happy to merge and release.

try:
   from flask import Markup
except ImportError:
   from markupsafe import Markup

@KashaMalaga
Copy link

Here you have it @rochacbruno
flask_googlemaps @ git+https://github.com/KashaMalaga/Flask3-GoogleMaps.git@master

@dmtzs
Copy link

dmtzs commented Nov 6, 2023

Hi @getcake , the release still in progress? @Riverfount

@agent-squirrel
Copy link

Hi @getcake , the release still in progress? @Riverfount

Looks like abondonware.

@Riverfount
Copy link
Member

Hi @getcake , the release still in progress? @Riverfount

Looks like abondonware.

I pass the maintenance e @getcake, because I don't have time to work in this project!

@agent-squirrel
Copy link

Hi @getcake , the release still in progress? @Riverfount

Looks like abondonware.

I pass the maintenance e @getcake, because I don't have time to work in this project!

That's fine. There still hasn't been a push in years so it is technically abondonware regardless of who "maintains" it. In it's current state the project is broken on any recent version of Flask.

I'm not throwing shade, just stating facts.

@rochacbruno
Copy link
Member

is there any volunteer to become co-maintainer? we can give access to the repo and pypi

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

9 participants