orderedmultidict icon indicating copy to clipboard operation
orderedmultidict copied to clipboard

Release new version with latest code

Open mg-christian-axelsson opened this issue 2 years ago • 6 comments

I ran into https://github.com/gruns/orderedmultidict/issues/25 today and while it's fixed in the latest code that code has not been released on PyPi. Can a new release be made?

mg-christian-axelsson avatar Oct 13 '22 14:10 mg-christian-axelsson

Same here :) A new release would be great, had to pin down orderedmultidict to v1.0 on python 3.9 to get around this issue!

fyhertz avatar Oct 13 '22 15:10 fyhertz

+1

smarlhens avatar Oct 24 '22 17:10 smarlhens

Bumping with hope that package author sees it :)

mg-christian-axelsson avatar May 11 '23 11:05 mg-christian-axelsson

Hello

I ran into #25 all the same. While waiting for the new release, you can use the following PyInstaller hook that works for me.

from PyInstaller.utils.hooks import collect_data_files

module_collection_mode = "py+pyz"
hiddenimports = ["orderedmultidict.__version__"]
datas = collect_data_files('orderedmultidict')

I placed it in a sub-directory pyi-hooks/hook-orderedmultidict.py of my program and added hookspath=["pyi-hooks"] to the Analysis call in my spec file.

lyonels avatar Sep 04 '23 12:09 lyonels

Yet another bump, please update the package!

jfloydrnwk avatar Dec 07 '23 18:12 jfloydrnwk

+1 plz release 🙏

rupurt avatar Dec 23 '23 23:12 rupurt