Giter Site home page Giter Site logo

Release please! about html-linter HOT 4 CLOSED

sk- avatar sk- commented on July 21, 2024
Release please!

from html-linter.

Comments (4)

sk- avatar sk- commented on July 21, 2024

Hi, the update should be there. It's version 0.2. I need to update the
readme to specify that 3.5 is supported. But the package metadata already
says so.

Did you grab the latest pypi version and checked the code is different than
the one in github? Let me know. I will be on mobile only until next Monday.
On Jan 6, 2016 11:59 AM, "Lasse Schuirmann" [email protected]
wrote:

I'd be awesomely delighted by a timely release since the current one
doesn't work with Python 3.5 but you apparently fixed that :)

Cheers!


Reply to this email directly or view it on GitHub
https://github.com/sk-/html-linter/issues/5.

from html-linter.

sils avatar sils commented on July 21, 2024

Something's definitely weird here:

lasse@lssteady ~/prog/website (git)-[gh-pages] % sudo pip3 install html_linter --upgrade
Requirement already up-to-date: html-linter in /usr/lib/python3.5/site-packages
Requirement already up-to-date: template-remover in /usr/lib/python3.5/site-packages (from html-linter)
Requirement already up-to-date: docopt>=0.6.1 in /usr/lib/python3.5/site-packages (from html-linter)
lasse@lssteady ~/prog/website (git)-[gh-pages] % html_lint.py --version
html5_lint v0.1.8
lasse@lssteady ~/prog/website (git)-[gh-pages] % sudo pip3 uninstall html_linter        
Uninstalling html-linter-0.1.9:
  /usr/bin/html_lint.py
  /usr/lib/python3.5/site-packages/__pycache__/html_linter.cpython-35.pyc
  /usr/lib/python3.5/site-packages/html_linter-0.1.9-py3.5.egg-info
  /usr/lib/python3.5/site-packages/html_linter.py
Proceed (y/n)? y
  Successfully uninstalled html-linter-0.1.9
lasse@lssteady ~/prog/website (git)-[gh-pages] % sudo pip3 install html_linter  
Collecting html-linter
  Using cached html-linter-0.1.9.tar.gz
Requirement already satisfied (use --upgrade to upgrade): template-remover in /usr/lib/python3.5/site-packages (from html-linter)
Requirement already satisfied (use --upgrade to upgrade): docopt>=0.6.1 in /usr/lib/python3.5/site-packages (from html-linter)
Building wheels for collected packages: html-linter
  Running setup.py bdist_wheel for html-linter
  Stored in directory: /root/.cache/pip/wheels/2f/7f/8f/77a7e30ff938b21167048bb6d1c49aeb16c2108a0790833a73
Successfully built html-linter
Installing collected packages: html-linter
Successfully installed html-linter-0.1.9
lasse@lssteady ~/prog/website (git)-[gh-pages] % html_lint.py --version
html5_lint v0.1.8
lasse@lssteady ~/prog/website (git)-[gh-pages] % 

See the strange version numbers? If I browse PyPI, the latest version seems to be 0.2, pip thinks I have 0.1.9 and the --version flag gives 0.1.8.

from html-linter.

di avatar di commented on July 21, 2024

I'll second @sils1297, something seems wrong with the release:

$ pip install html-linter
Collecting html-linter
Collecting docopt>=0.6.1 (from html-linter)
Collecting template-remover (from html-linter)
Installing collected packages: docopt, template-remover, html-linter
Successfully installed docopt-0.6.2 html-linter-0.1.9 template-remover-0.1.9

$ html_lint.py --version
html5_lint v0.1.8

$ pip freeze | grep html-linter
html-linter==0.1.9

$ pip install html-linter==0.2.0
Collecting html-linter==0.2.0
  Could not find a version that satisfies the requirement html-linter==0.2.0 (from versions: 0.1.3, 0.1.4, 0.1.5, 0.1.6, 0.1.7, 0.1.8, 0.1.9)
No matching distribution found for html-linter==0.2.0

A bit weird though, because https://pypi.python.org/pypi/html-linter/0.2.0 exists, but there is no link to the version on https://pypi.python.org/simple/html-linter/

from html-linter.

sk- avatar sk- commented on July 21, 2024

Now, the version 0.3 is released. I check and it appears on https://pypi.python.org/simple/html-linter/. Let me know if you ran into any other issues. Closing it for now.

from html-linter.

Related Issues (9)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.