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

python312Packages.xlwt: Remove nose dependency #330217

Merged
merged 2 commits into from
Jul 26, 2024
Merged

Conversation

pyrox0
Copy link
Member

@pyrox0 pyrox0 commented Jul 26, 2024

Description of changes

Part of #326513

Things done

  • Built on platform(s)
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • For non-Linux: Is sandboxing enabled in nix.conf? (See Nix manual)
    • sandbox = relaxed
    • sandbox = true
  • Tested, as applicable:
  • Tested compilation of all packages that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage
  • Tested basic functionality of all binary files (usually in ./result/bin/)
  • 24.11 Release Notes (or backporting 23.11 and 24.05 Release notes)
    • (Package updates) Added a release notes entry if the change is major or breaking
    • (Module updates) Added a release notes entry if the change is significant
    • (Module addition) Added a release notes entry if adding a new NixOS module
  • Fits CONTRIBUTING.md.

Add a 👍 reaction to pull requests you find important.

Copy link
Member

@emilazy emilazy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks. I think you can remove the pythonOlder as we don’t have any versions remotely that old.

Since the repository is archived and there are some miscellaneous fix commits (including removing nose) on GitHub postdating the final tag, maybe we should consider pinning the final commit?

pyrox0 added a commit to pyrox0/nixpkgs that referenced this pull request Jul 26, 2024
Updates to the latest commit of the now-archived repo, should have no
breaking changes, per the suggestion in
NixOS#330217 (review)
pyrox0 added a commit to pyrox0/nixpkgs that referenced this pull request Jul 26, 2024
Updates to the latest commit of the now-archived repo, should have no
breaking changes, per the suggestion in
NixOS#330217 (review)
pyrox0 added a commit to pyrox0/nixpkgs that referenced this pull request Jul 26, 2024
Updates to the latest commit of the now-archived repo, should have no
breaking changes, per the suggestion in
NixOS#330217 (review)
Updates to the latest commit of the now-archived repo, should have no
breaking changes, per the suggestion in
NixOS#330217 (review)
Copy link
Member

@emilazy emilazy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Result of nixpkgs-review pr 330217 run on x86_64-linux 1

57 packages built:
  • netbox (netbox_3_7)
  • odoo
  • odoo.dist
  • odoo16
  • odoo16.dist
  • peering-manager
  • python311Packages.canmatrix
  • python311Packages.canmatrix.dist
  • python311Packages.canopen
  • python311Packages.canopen.dist
  • python311Packages.django-import-export
  • python311Packages.django-import-export.dist
  • python311Packages.django-tables2
  • python311Packages.django-tables2.dist
  • python311Packages.netbox-reorder-rack
  • python311Packages.netbox-reorder-rack.dist
  • python311Packages.pyexcel-ods
  • python311Packages.pyexcel-ods.dist
  • python311Packages.pyexcel-xls
  • python311Packages.pyexcel-xls.dist
  • python311Packages.pylint-django
  • python311Packages.pylint-django.dist
  • python311Packages.pytablewriter
  • python311Packages.pytablewriter.dist
  • python311Packages.pytest-md-report
  • python311Packages.pytest-md-report.dist
  • python311Packages.riscof
  • python311Packages.riscof.dist
  • python311Packages.riscv-isac
  • python311Packages.riscv-isac.dist
  • python311Packages.xlwt
  • python311Packages.xlwt.dist
  • python312Packages.canmatrix
  • python312Packages.canmatrix.dist
  • python312Packages.canopen
  • python312Packages.canopen.dist
  • python312Packages.django-import-export
  • python312Packages.django-import-export.dist
  • python312Packages.django-tables2
  • python312Packages.django-tables2.dist
  • python312Packages.netbox-reorder-rack
  • python312Packages.netbox-reorder-rack.dist
  • python312Packages.pylint-django
  • python312Packages.pylint-django.dist
  • python312Packages.pytablewriter
  • python312Packages.pytablewriter.dist
  • python312Packages.pytest-md-report
  • python312Packages.pytest-md-report.dist
  • python312Packages.riscof
  • python312Packages.riscof.dist
  • python312Packages.riscv-isac
  • python312Packages.riscv-isac.dist
  • python312Packages.xlwt
  • python312Packages.xlwt.dist
  • tandoor-recipes
  • visidata
  • visidata.dist

Comment on lines +34 to 38
license = with lib.licenses; [
bsdOriginal
bsd3
lgpl21Plus
];
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Crazy ass moments in FOSS licensing.

@emilazy emilazy merged commit f64eced into NixOS:master Jul 26, 2024
8 of 9 checks passed
@pyrox0 pyrox0 deleted the denose/xlwt branch August 4, 2024 23:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants