Git Product home page Git Product logo

chachacha's People

Contributors

aogier avatar dependabot[bot] avatar ewen-lbh avatar lgtm-migrator avatar milliams avatar renovate[bot] avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

chachacha's Issues

Dependabot can't resolve your Python dependency files

Dependabot can't resolve your Python dependency files.

As a result, Dependabot couldn't update your dependencies.

The error Dependabot encountered was:

Creating virtualenv chachacha-THhPBchk-py3.9 in /home/dependabot/.cache/pypoetry/virtualenvs
Updating dependencies
Resolving dependencies...

  PackageNotFound

  Package pyinstaller (4.1) not found.

  at /usr/local/.pyenv/versions/3.9.0/lib/python3.9/site-packages/poetry/repositories/pool.py:144 in package
      140│                     self._packages.append(package)
      141│ 
      142│                     return package
      143│ 
    → 144│         raise PackageNotFound("Package {} ({}) not found.".format(name, version))
      145│ 
      146│     def find_packages(
      147│         self, dependency,
      148│     ):

If you think the above is an error on Dependabot's side please don't hesitate to get in touch - we'll do whatever we can to fix it.

View the update logs.

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Rate-Limited

These updates are currently rate-limited. Click on a checkbox below to force their creation now.

  • Update dependency autoflake to v2.3.1
  • Update dependency pytest-cov to v5
  • 🔐 Create all rate-limited PRs at once 🔐

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

Ignored or Blocked

These are blocked by an existing closed PR and will not be recreated unless you click a checkbox below.

Detected dependencies

dockerfile
Dockerfile
github-actions
.github/workflows/codeql.yml
  • actions/checkout v4
  • github/codeql-action v2
  • github/codeql-action v2
  • github/codeql-action v2
.github/workflows/release.yaml
  • actions/checkout v4
.github/workflows/test.yaml
  • actions/checkout v4
pep621
pyproject.toml
poetry
pyproject.toml
  • python ^3.8
  • keepachangelog ^0.3.1
  • click ^8.1.0
  • jinja2 ^3.1.0
  • semver ^3.0.0
  • pytest ^7
  • mypy ^1.7
  • black ^23
  • autoflake ^2.2
  • pytest-cov ^4
  • pyinstaller ^4.1
  • pylint ^3.0.1
  • codecov ^2.1.12

  • Check this box to trigger a request for Renovate to run again on this repository

`release <version>`

Add an optional <version> argument to chachacha release so that we can upgrade to arbitrary versions. I'm planning on using chachacha in my release script but I invoke this script ./release.py <version> and would rather not have to convert from absolute to relative (i.e. major/minor/patch bumps)

Dependabot can't resolve your Python dependency files

Dependabot can't resolve your Python dependency files.

As a result, Dependabot couldn't update your dependencies.

The error Dependabot encountered was:

Creating virtualenv chachacha-HbCqmIus-py3.9 in /home/dependabot/.cache/pypoetry/virtualenvs
Updating dependencies
Resolving dependencies...

  PackageNotFound

  Package pyinstaller (4.1) not found.

  at /usr/local/.pyenv/versions/3.9.0/lib/python3.9/site-packages/poetry/repositories/pool.py:144 in package
      140│                     self._packages.append(package)
      141│ 
      142│                     return package
      143│ 
    → 144│         raise PackageNotFound("Package {} ({}) not found.".format(name, version))
      145│ 
      146│     def find_packages(
      147│         self, dependency,
      148│     ):

If you think the above is an error on Dependabot's side please don't hesitate to get in touch - we'll do whatever we can to fix it.

View the update logs.

The repository name (setting `repo_name`) cannot contain a hyphen

So I tried to configure my chachacha for my repo and got the following:

$ chachacha config repo_name ewen-lbh/pyrelease
Traceback (most recent call last):
  File "/home/ewen/.cache/pypoetry/virtualenvs/pyrelease-AMrVBIvF-py3.6/bin/chachacha", line 11, in <module>
    sys.exit(main())
  File "/home/ewen/.cache/pypoetry/virtualenvs/pyrelease-AMrVBIvF-py3.6/lib/python3.6/site-packages/click/core.py", line 764, in __call__
    return self.main(*args, **kwargs)
  File "/home/ewen/.cache/pypoetry/virtualenvs/pyrelease-AMrVBIvF-py3.6/lib/python3.6/site-packages/click/core.py", line 717, in main
    rv = self.invoke(ctx)
  File "/home/ewen/.cache/pypoetry/virtualenvs/pyrelease-AMrVBIvF-py3.6/lib/python3.6/site-packages/click/core.py", line 1137, in invoke
    return _process_result(sub_ctx.command.invoke(sub_ctx))
  File "/home/ewen/.cache/pypoetry/virtualenvs/pyrelease-AMrVBIvF-py3.6/lib/python3.6/site-packages/click/core.py", line 956, in invoke
    return ctx.invoke(self.callback, **ctx.params)
  File "/home/ewen/.cache/pypoetry/virtualenvs/pyrelease-AMrVBIvF-py3.6/lib/python3.6/site-packages/click/core.py", line 555, in invoke
    return callback(*args, **kwargs)
  File "/home/ewen/.cache/pypoetry/virtualenvs/pyrelease-AMrVBIvF-py3.6/lib/python3.6/site-packages/click/decorators.py", line 27, in new_func
    return f(get_current_context().obj, *args, **kwargs)
  File "/home/ewen/.cache/pypoetry/virtualenvs/pyrelease-AMrVBIvF-py3.6/lib/python3.6/site-packages/chachacha/main.py", line 65, in added
    driver.add_entry("added", changes)
  File "/home/ewen/.cache/pypoetry/virtualenvs/pyrelease-AMrVBIvF-py3.6/lib/python3.6/site-packages/chachacha/drivers/kac.py", line 129, in add_entry
    self.write(current=current)
  File "/home/ewen/.cache/pypoetry/virtualenvs/pyrelease-AMrVBIvF-py3.6/lib/python3.6/site-packages/chachacha/drivers/kac.py", line 89, in write
    config = self.get_config(init=True)
  File "/home/ewen/.cache/pypoetry/virtualenvs/pyrelease-AMrVBIvF-py3.6/lib/python3.6/site-packages/chachacha/drivers/kac.py", line 169, in get_config
    return Configuration.factory(line)
  File "/home/ewen/.cache/pypoetry/virtualenvs/pyrelease-AMrVBIvF-py3.6/lib/python3.6/site-packages/chachacha/configuration.py", line 58, in factory
    configuration[Configuration.conf_map[arg[0]]] = arg[1:]
KeyError: 'l'

I hunted down the culprit and saw that you split configuration arguments on hyphens. As both GitHub and Gitlab allow hyphens in usernames and repository names, this will prevent projects and even entire users (like me) to use your project, which is a bummer considering how great of a program this is :D

I propose using : instead, which is not allowed in github usernames and gitlab usernames

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.