justquick / django-activity-stream

Generate generic activity streams from the actions on your site. Users can follow any actors' activities for personalized streams.
http://django-activity-stream.rtfd.io/en/latest/
BSD 3-Clause "New" or "Revised" License
2.38k stars 482 forks source link

Release of 0.6.6 with Django 2.x fixes #401

Closed askoretskiy closed 5 years ago

askoretskiy commented 6 years ago

Current master branch contains several fixes for newer Django.

Is there any time plan to release 0.6.6 version?

jrabbit commented 6 years ago

Any blockers right now?

auvipy commented 6 years ago

should be no blocker! master should work well with django 2.1

francisbrito commented 6 years ago

@askoretskiy @jrabbit Installing directly from the GitHub repository worked for me:

pipenv install git+https://github.com/justquick/django-activity-stream.git#egg=django-activity-stream

sevdog commented 6 years ago

Any news regarding a Django 2.x compliant release?

auvipy commented 6 years ago

you can install from github master in the mean time

sevdog commented 6 years ago

Our policy does not allow modules to be installed directly from their development branch, so we need a tagged version.

meshy commented 6 years ago

I would also appreciate a release, if possible.

PiDelport commented 6 years ago

We're also having to manually pin our releases… can we have a release please? 💜

toti1212 commented 5 years ago

+1

bj00rn commented 5 years ago

@auvipy @justquick can we expect a release 0.6.6 anytime soon? It's been a almost a year since 0.6.5 now.. 👷

tomasgarzon commented 5 years ago

+1

PiDelport commented 5 years ago

Is anything blocking this?

A new release is probably much-needed: it's been almost a year since the last release (0.6.5), and 4 months since this issue was opened. Django 2.0 already ended mainstream support 4 months ago, and ends extended support in 4 months.

If maintainer time is the bottleneck, maybe a move to https://jazzband.co/ could be something to consider? @justquick?

auvipy commented 5 years ago

I am actively maintaining this, the problem is Justin didn't have the time to give pypi release access to me. ANd he is busy with personal stuff.

auvipy commented 5 years ago

and master is supported with django 2.0 and 2.1 too

sevdog commented 5 years ago

and master is supported with django 2.0 and 2.1 too

At least tag a release, install master branch from GitHub is not considered a best practice for a production environment.

PiDelport commented 5 years ago

@auvipy: Understood; I appreciate the work and effort you and @justquick put in. 💜

Do you have any idea when Justin may have time to get you set up with that?

auvipy commented 5 years ago

I tried to contact him several ways but seems he might be busy with other stuff.

bj00rn commented 5 years ago

@auvipy thanks for your reply. Is the problem that you don't have PyPI credentials?

If that is the case, could you please create a release tag, so we can use that while we wait for @justquick to publish.

auvipy commented 5 years ago

yes. OK sure

bj00rn commented 5 years ago

yes. OK sure

.. @auvipy did you create the release tag?

(sorry for being a pain in the *ss) 🌹

auvipy commented 5 years ago

I got the pypi key. allow me some time to release

bj00rn commented 5 years ago

@auvipy sorry for nagging on about this. can you please at least create a pre-release/release git tag that we can use while we wait for a proper release package?

lazybird commented 5 years ago

Hi and thanks a bunch for this great package, @auvipy. Like many here, I'm using it on production and I would love to point to the next release of master branch ! Thanks again.

justquick commented 5 years ago

0.7.0 is tagged on master and live on pypi

PiDelport commented 5 years ago

Thank you! ☕